Skip to content

Commit

Permalink
chore(deps): update cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jan 14, 2025
1 parent 813ca72 commit f836f67
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ jobs:
- shell: bash
run: |
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
- uses: actions/cache@v3.2.3
- uses: actions/cache@v4
if: matrix.os == 'ubuntu-latest'
with:
path: dist/linux
key: linux-${{ env.sha_short }}${{ env.flags }}
- uses: actions/cache@v3.2.3
- uses: actions/cache@v4
if: matrix.os == 'macos-latest'
with:
path: dist/darwin
key: darwin-${{ env.sha_short }}${{ env.flags }}
- uses: actions/cache@v3.2.3
- uses: actions/cache@v4
if: matrix.os == 'windows-latest'
with:
path: dist/windows
Expand Down Expand Up @@ -100,15 +100,15 @@ jobs:
- shell: bash
run: |
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
- uses: actions/cache@v3.2.3
- uses: actions/cache@v4
with:
path: dist/linux
key: linux-${{ env.sha_short }}${{ env.flags }}
- uses: actions/cache@v3.2.3
- uses: actions/cache@v4
with:
path: dist/darwin
key: darwin-${{ env.sha_short }}${{ env.flags }}
- uses: actions/cache@v3.2.3
- uses: actions/cache@v4
with:
path: dist/windows
key: windows-${{ env.sha_short }}${{ env.flags }}
Expand Down

0 comments on commit f836f67

Please sign in to comment.