We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf1476 commit 08a98bfCopy full SHA for 08a98bf
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
echo "RELEASE_TAG=v$(date +'%Y.%m.%d')" >> $GITHUB_ENV
33
34
- name: Cache Pacman packages
35
- uses: actions/cache@v3
+ uses: actions/cache@v4
36
with:
37
path: ${{ env.PACMAN_CACHE }}
38
key: archlinux-pacman-${{ github.run_id }}
0 commit comments