Skip to content

Commit 4d72113

Browse files
authored
Merge pull request mackerelio#700 from mackerelio/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2 parents b53ecd7 + e106afc commit 4d72113

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
go-version: ${{ matrix.go }}
3434
- uses: actions/checkout@v3
35-
- uses: actions/cache@v2
35+
- uses: actions/cache@v3
3636
with:
3737
path: ~/go/pkg/mod
3838
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -77,7 +77,7 @@ jobs:
7777
sudo apt-get update
7878
sudo apt-get install -y rpm devscripts debhelper fakeroot crossbuild-essential-arm64
7979
mkdir -p ~/rpmbuild/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS}
80-
- uses: actions/cache@v2
80+
- uses: actions/cache@v3
8181
with:
8282
path: ~/go/pkg/mod
8383
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)