diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd0e25283b..b4314cca9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,7 +143,7 @@ jobs: AZURE_BUCKET_NAME: ${{ secrets.AZURE_BUCKET_NAME }} - name: Cache Artifacts - uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0 + uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 with: path: ${{ github.workspace }}/dist key: nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }} @@ -156,7 +156,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 - name: Fetch Cached Artifacts - uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0 + uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 with: path: ${{ github.workspace }}/dist key: nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }}