Skip to content

Commit 5ca94c1

Browse files
authored
Merge pull request #3 from coder/dependabot/github_actions/actions/cache-4.2.0
Bump actions/cache from 4.1.0 to 4.2.0
2 parents 4cb4b70 + 09e7e4e commit 5ca94c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "LINT_CACHE_DIR=$dir" >> $GITHUB_ENV
3030
3131
- name: golangci-lint cache
32-
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
32+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
3333
with:
3434
path: |
3535
${{ env.LINT_CACHE_DIR }}

0 commit comments

Comments
 (0)