Skip to content

Commit 443c7fc

Browse files
authored
Merge pull request #35 from prometheus/dependabot/github_actions/actions/setup_environment/actions/cache-4.2.2
Bump actions/cache from 4.2.0 to 4.2.2 in /actions/setup_environment
2 parents aa8453e + e8b264f commit 443c7fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/setup_environment/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ inputs:
1919
runs:
2020
using: composite
2121
steps:
22-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
22+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
2323
if: inputs.enable_go == 'true'
2424
with:
2525
path: |
@@ -28,7 +28,7 @@ runs:
2828
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
2929
restore-keys: |
3030
${{ runner.os }}-go-
31-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
31+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
3232
if: inputs.enable_npm == 'true'
3333
with:
3434
path: |

0 commit comments

Comments
 (0)