Skip to content

Commit

Permalink
Merge pull request #3 from scpwiki/cache-action
Browse files Browse the repository at this point in the history
Update to actions/cache@v4
  • Loading branch information
emmiegit authored Dec 15, 2024
2 parents 34d69ea + 4136210 commit 62192ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
toolchain: stable

- name: Cargo Cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -51,7 +51,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/web-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: cd web && npm ci

- name: NPM Cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./node_modules
key: ${{ runner.os }}-node-${{ hashFiles('web/package.json') }}
Expand Down

0 comments on commit 62192ef

Please sign in to comment.