Skip to content

Commit

Permalink
Merge pull request #47 from ybkuroki/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-v2.1.5

Bump actions/cache from v2.1.4 to v2.1.5
  • Loading branch information
ybkuroki authored Apr 18, 2021
2 parents 2b1797f + cbda4b0 commit c0debfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v2
# Store cache
- name: cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit c0debfd

Please sign in to comment.