diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ffa4e9d4..bbe1f7176 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Setup apt cache (Linux) if: startsWith(runner.os, 'Linux') - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: /var/cache/apt key: ${{ runner.os }}-apt-cache-${{ matrix.os }}-${{ github.sha }}