Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4 [skip release] (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: Kenneth Jorgensen <kenneth@autonomouslogic.com>
  • Loading branch information
autonomous-logic-code-bot and kennethjor committed Feb 12, 2024
1 parent fc14892 commit 221dd99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
java-version: 11

- name: Caches
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
java-version: 11

- name: Caches
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spotless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
java-version: 11

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

0 comments on commit 221dd99

Please sign in to comment.