Skip to content

Commit

Permalink
chore(ci): use major cache action version (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 23, 2021
1 parent aee2dc4 commit 8f80d06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
-
name: Cache Go modules
uses: actions/cache@v2.1.6
uses: actions/cache@v2
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
-
name: Cache Go modules
uses: actions/cache@v2.1.6
uses: actions/cache@v2
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
-
name: Cache Go modules
uses: actions/cache@v2.1.6
uses: actions/cache@v2
with:
path: |
~/go/pkg/mod
Expand Down

0 comments on commit 8f80d06

Please sign in to comment.