diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87f52d4..e1659bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: - name: Cache Mono if: runner.os == 'Windows' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.TEMP }}\chocolatey key: ${{ runner.os }}-chocolatey-${{ matrix.python == 'pypy3' && '32' || '64' }}