diff --git a/actions/setup_environment/action.yml b/actions/setup_environment/action.yml index 4ddf512..7e77c61 100644 --- a/actions/setup_environment/action.yml +++ b/actions/setup_environment/action.yml @@ -19,7 +19,7 @@ inputs: runs: using: composite steps: - - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 if: inputs.enable_go == 'true' with: path: | @@ -28,7 +28,7 @@ runs: key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} restore-keys: | ${{ runner.os }}-go- - - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 if: inputs.enable_npm == 'true' with: path: |