Skip to content

Commit

Permalink
Update to actions/cache@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Dec 21, 2024
1 parent 5f40eab commit 1d2ffc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
shell: bash
- name: Cache resolved dependencies
id: cache-resolved-dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
.build
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
shell: bash
- name: Cache resolved dependencies
id: cache-resolved-dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
.build
Expand Down

0 comments on commit 1d2ffc6

Please sign in to comment.