diff --git a/.github/workflows/nuget_update.yaml b/.github/workflows/nuget_update.yaml index cef2e6d6e..76375afbc 100644 --- a/.github/workflows/nuget_update.yaml +++ b/.github/workflows/nuget_update.yaml @@ -39,7 +39,7 @@ jobs: - name: Cache nuget packages - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 env: cache-name: cache-nuget-modules with: diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 9e6ba2011..955bf1a50 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -87,7 +87,7 @@ jobs: # Add cache entry for any choco packages that are installed. # The cache key is based on the hash of this file so if any choco packages are added or removed, the cache will be invalidated. if: steps.skip_check.outputs.should_skip != 'true' - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 env: cache-name: cache-choco-packages with: @@ -103,7 +103,7 @@ jobs: - name: Cache nuget packages if: steps.skip_check.outputs.should_skip != 'true' - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 env: cache-name: cache-nuget-modules with: @@ -118,7 +118,7 @@ jobs: - name: Cache verifier project # The hash is based on the HEAD of the ebpf-verifier submodule, the Directory.Build.props file, and the build variant. if: steps.skip_check.outputs.should_skip != 'true' - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 env: cache-name: cache-verifier-project with: diff --git a/.github/workflows/reusable-cmake-build.yml b/.github/workflows/reusable-cmake-build.yml index db59ae3b9..e5c01a8d5 100644 --- a/.github/workflows/reusable-cmake-build.yml +++ b/.github/workflows/reusable-cmake-build.yml @@ -45,7 +45,7 @@ jobs: echo "C:\Program Files\LLVM\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - name: Cache nuget packages - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 env: cache-name: cache-nuget-modules with: