Skip to content

Commit

Permalink
Merge pull request #4 from mrz1836/dependabot/github_actions/master/a…
Browse files Browse the repository at this point in the history
…ctions/cache-2.1.7

Bump actions/cache from 2.1.6 to 2.1.7
  • Loading branch information
mergify[bot] authored Nov 29, 2021
2 parents e38f80f + 469f387 commit 7c07f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2.4.0
- uses: actions/cache@v2.1.6
- uses: actions/cache@v2.1.7
with:
path: |
~/go/pkg/mod # Module download cache
Expand Down

0 comments on commit 7c07f62

Please sign in to comment.