diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aadbfed..0227020 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: run: echo "key=$(date +%Y-%W)" >> "$GITHUB_OUTPUT" - name: Cache dnf packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /var/cache/dnf key: dnf-f43-${{ steps.week.outputs.key }}-${{ hashFiles('.github/workflows/ci.yml', 'variants/*/blueprint.toml', 'variants/*/*-firstboot/SPECS/*.spec') }}