diff --git a/.github/workflows/lint_golang.yml b/.github/workflows/lint_golang.yml index 6e758ba..d05e8f8 100644 --- a/.github/workflows/lint_golang.yml +++ b/.github/workflows/lint_golang.yml @@ -23,7 +23,7 @@ jobs: # We use a manually configured cache key to avoid conflicts with the test action cache # See https://github.com/actions/setup-go/issues/358 cache: false - - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 with: path: | ~/.cache/go-build diff --git a/.github/workflows/regen.yml b/.github/workflows/regen.yml index d4c843b..2380c3d 100644 --- a/.github/workflows/regen.yml +++ b/.github/workflows/regen.yml @@ -28,7 +28,7 @@ jobs: # We use a manually configured cache key to avoid conflicts with the test action cache # See https://github.com/actions/setup-go/issues/358 cache: false - - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 with: path: | ~/.cache/go-build