diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index 00e376ee96..3d46b2175f 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -83,7 +83,7 @@ jobs: - name: "⬇️ Download previous benchmark data" id: restore-benchmark-cache - uses: actions/cache@v3.3 + uses: actions/cache@v3.3.2 with: path: ./cache key: ${{ runner.os }}-benchmark @@ -101,7 +101,7 @@ jobs: skip-fetch-gh-pages: true - name: "⬆️ Update previous benchmark data" - uses: actions/cache/save@v3.3 + uses: actions/cache/save@v3.3.2 with: path: ./cache key: ${{ steps.restore-benchmark-cache.outputs.cache-primary-key }}