Skip to content

Commit

Permalink
Merge pull request #18 from yvasyliev/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
yvasyliev authored Dec 3, 2023
2 parents f91d6ce + 0d52d8c commit daa845d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perform-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:

jobs:
perform-tests:
concurrency: perform-tests
runs-on: ubuntu-latest
environment: Test
concurrency: perform-tests
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
run: |
echo "RUN_CMD=${{ secrets.REMOTE_DIR }}"
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Create Tag
uses: rickstaa/action-create-tag@v1
with:
Expand Down

0 comments on commit daa845d

Please sign in to comment.