Skip to content

Commit

Permalink
update cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
zw963 committed Dec 10, 2024
1 parent dba4044 commit c72e8a0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpine_x86_64_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
image: crystallang/crystal:latest-alpine
steps:
- name: Cache shards
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.cache/shards
key: ${{ runner.os }}-shards-${{ hashFiles('shard.yml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/arm_release.yml.bak
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v4
- uses: pguyot/arm-runner-action@v2
id: build_image
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gnu_x86_64_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache shards
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.cache/shards
key: ${{ runner.os }}-shards-${{ hashFiles('shard.yml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Cache shards
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.cache/shards
key: ${{ runner.os }}-shards-${{ hashFiles('shard.yml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: windows-2022
steps:
- name: Cache shards
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.cache/shards
key: ${{ runner.os }}-shards-${{ hashFiles('shard.yml') }}
Expand Down

0 comments on commit c72e8a0

Please sign in to comment.