Skip to content

Commit

Permalink
CI: pin actions/cache to v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Aug 10, 2022
1 parent 34c2a23 commit 5823efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
else
echo "::set-output name=key::${{ hashFiles('build/patches/**', 'lib/**', 'src/**', 'build.sh', 'Dockerfile') }}"
fi
- uses: actions/cache@v3
- uses: actions/cache@v3.0.5
id: cache
with:
path: lib
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Default to GNU tar on Windows
if: runner.os == 'Windows'
run: Add-Content $env:GITHUB_PATH "C:\Program Files\Git\usr\bin"
- uses: actions/cache@v3
- uses: actions/cache@v3.0.5
with:
path: lib
key: ${{ needs.build.outputs.cache-key }}
Expand Down

0 comments on commit 5823efb

Please sign in to comment.