Skip to content

Commit d168151

Browse files
authored
Merge pull request #104 from cisagov/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2 parents a9c93d0 + c576ef5 commit d168151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id: go-cache
3939
run: |
4040
echo "::set-output name=dir::$(go env GOCACHE)"
41-
- uses: actions/cache@v2
41+
- uses: actions/cache@v3
4242
env:
4343
BASE_CACHE_KEY: "${{ github.job }}-${{ runner.os }}-\
4444
py${{ steps.setup-python.outputs.python-version }}-\

0 commit comments

Comments
 (0)