Skip to content

Commit e8b264f

Browse files
Bump actions/cache from 4.2.0 to 4.2.2 in /actions/setup_environment
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@1bd1e32...d4323d4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c3c93a5 commit e8b264f

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)