Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 30, 2024
1 parent c41f1d6 commit 3036aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Get cache key
id: cache_key
run: echo "gradle_key=gradle-`cat versions/mainProject`" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- Joiner
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Get cache key
id: cache_key
run: echo "gradle_key=gradle-`cat versions/mainProject`" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 3036aac

Please sign in to comment.