mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 01:01:56 +00:00
Merge pull request #1675 from c9s/dependabot/github_actions/actions/cache-4
dep: bump actions/cache from 2 to 4
This commit is contained in:
commit
3ebed3b836
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
# lfs: 'true'
|
||||
ssh-key: ${{ secrets.git_ssh_key }}
|
||||
|
||||
- uses: actions/cache@v2
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.cache/go-build
|
||||
|
|
Loading…
Reference in New Issue
Block a user