diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 2112480ea..eb03a5325 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -184,7 +184,7 @@ jobs: grep 'VERSION_ID=' /etc/os-release >> "$GITHUB_ENV" - name: Cache binaries needed by Makefile - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: ./bin key: ${{ runner.os }}-${{ env.ID }}-${{ env.VERSION_ID }}-bin-${{ env.GO_VERSION }}-${{ hashFiles('Makefile') }} @@ -254,7 +254,7 @@ jobs: grep 'VERSION_ID=' /etc/os-release >> "$GITHUB_ENV" - name: Cache binaries needed by Makefile - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: ./bin key: ${{ runner.os }}-${{ env.ID }}-${{ env.VERSION_ID }}-bin-${{ env.GO_VERSION }}-${{ hashFiles('Makefile') }} @@ -327,7 +327,7 @@ jobs: grep 'VERSION_ID=' /etc/os-release >> "$GITHUB_ENV" - name: Cache binaries needed by Makefile - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: ./bin key: ${{ runner.os }}-${{ env.ID }}-${{ env.VERSION_ID }}-bin-${{ env.GO_VERSION }}-${{ hashFiles('Makefile') }}