Skip to content

Commit

Permalink
Merge pull request #26 from scpwiki/cache-action
Browse files Browse the repository at this point in the history
Upgrade to actions/cache@v4
  • Loading branch information
emmiegit authored Dec 15, 2024
2 parents 242684d + 05387d0 commit faf9d53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
toolchain: stable

- name: Cargo Cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
version: latest

- name: Cargo Cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
toolchain: stable

- name: Cargo Cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
components: rustfmt, clippy

- name: Cargo Cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: 3.9

- name: Pip Cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cache/pip
Expand Down

0 comments on commit faf9d53

Please sign in to comment.