Skip to content

Commit

Permalink
chore: Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jan 8, 2025
1 parent cc9a41e commit 10a7e52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-go/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
echo "GOCACHE=/home/runner/go/pkg/mod" >> $GITHUB_ENV
echo "GOMODCACHE=/home/runner/.cache/go-build" >> $GITHUB_ENV
fi
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
if: ${{ inputs.upload-cache == 'true' }}
with:
path: |
Expand All @@ -39,7 +39,7 @@ runs:
key: ${{ inputs.cache-prefix }}-${{ runner.os }}-${{ runner.arch }}-go-${{ inputs.go-version }}-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ inputs.cache-prefix }}-${{ runner.os }}-${{ runner.arch }}-go-${{ inputs.go-version }}-
- uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a
- uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57
if: ${{ inputs.upload-cache != 'true' }}
with:
path: |
Expand Down

0 comments on commit 10a7e52

Please sign in to comment.