diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cdf57a1..9afe70f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: - name: Cache binary packages for Gentoo Linux if: | matrix.distribution == 'gentoo-linux' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .cache key: ${{ matrix.distribution }}-${{ env.GENTOO_PORTAGE_ID }}