Skip to content

Commit

Permalink
Merge pull request #131 from treasure-data/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
minidragon88 authored Nov 8, 2024
2 parents 5fab4fa + 8635c83 commit 57be7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache gradle repository
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit 57be7ab

Please sign in to comment.