Skip to content

Commit 8f80d06

Browse files
authored
chore(ci): use major cache action version (#408)
1 parent aee2dc4 commit 8f80d06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
repo-token: ${{ secrets.GITHUB_TOKEN }}
3434
-
3535
name: Cache Go modules
36-
uses: actions/cache@v2.1.6
36+
uses: actions/cache@v2
3737
with:
3838
path: |
3939
~/go/pkg/mod
@@ -85,7 +85,7 @@ jobs:
8585
repo-token: ${{ secrets.GITHUB_TOKEN }}
8686
-
8787
name: Cache Go modules
88-
uses: actions/cache@v2.1.6
88+
uses: actions/cache@v2
8989
with:
9090
path: |
9191
~/go/pkg/mod
@@ -132,7 +132,7 @@ jobs:
132132
repo-token: ${{ secrets.GITHUB_TOKEN }}
133133
-
134134
name: Cache Go modules
135-
uses: actions/cache@v2.1.6
135+
uses: actions/cache@v2
136136
with:
137137
path: |
138138
~/go/pkg/mod

0 commit comments

Comments
 (0)