Skip to content

Commit

Permalink
Merge pull request #165 from guardrail-dev/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/cache-3.3.2

Bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
blast-hardcheese authored Sep 28, 2023
2 parents 6b54393 + 8aee92b commit 9b4f847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
distribution: 'zulu'
- name: print Java version
run: java -version
- uses: actions/cache@v3.3.1
- uses: actions/cache@v3.3.2
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
distribution: 'zulu'
- name: print Java version
run: java -version
- uses: actions/cache@v3.3.1
- uses: actions/cache@v3.3.2
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Expand Down

0 comments on commit 9b4f847

Please sign in to comment.