We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa8453e + e8b264f commit 443c7fcCopy full SHA for 443c7fc
actions/setup_environment/action.yml
@@ -19,7 +19,7 @@ inputs:
19
runs:
20
using: composite
21
steps:
22
- - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
+ - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
23
if: inputs.enable_go == 'true'
24
with:
25
path: |
@@ -28,7 +28,7 @@ runs:
28
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
29
restore-keys: |
30
${{ runner.os }}-go-
31
32
if: inputs.enable_npm == 'true'
33
34
0 commit comments