Skip to content

Commit

Permalink
Merge pull request #11 from mrz1836/dependabot/github_actions/master/…
Browse files Browse the repository at this point in the history
…actions/cache-3

Bump actions/cache from 2.1.7 to 3
  • Loading branch information
mergify[bot] authored Mar 21, 2022
2 parents 611f300 + 0e8165e commit 9b1ce8a
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@v3
- uses: actions/cache@v2.1.7
- uses: actions/cache@v3
with:
path: |
~/go/pkg/mod # Module download cache
Expand Down

0 comments on commit 9b1ce8a

Please sign in to comment.