Skip to content

Commit

Permalink
Bump GH action version
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Jan 6, 2025
1 parent a2bf0c5 commit 722bfec
Show file tree
Hide file tree
Showing 2 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:

- name: Cache build artifacts
id: cache-cargo
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cargo/bin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Cache build artifacts
id: cache-cargo
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand All @@ -28,7 +28,7 @@ jobs:

- name: Cache integration artifacts
id: cache-integration
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
tests/integration/runner/node_modules
Expand Down

0 comments on commit 722bfec

Please sign in to comment.