Skip to content

Commit

Permalink
Merge pull request #22 from prometheus/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup_environment/actions/cache-4.1.2

Bump actions/cache from 4.1.0 to 4.1.2 in /actions/setup_environment
  • Loading branch information
SuperQ authored Oct 29, 2024
2 parents 4be8b06 + 1b6d839 commit 52c7012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/setup_environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs:
runs:
using: composite
steps:
- uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
if: inputs.enable_go == 'true'
with:
path: |
Expand All @@ -28,7 +28,7 @@ runs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
if: inputs.enable_npm == 'true'
with:
path: |
Expand Down

0 comments on commit 52c7012

Please sign in to comment.