Skip to content

Commit 5584973

Browse files
authored
Merge pull request #817 from mackerelio/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 16b7b82 + 230c02b commit 5584973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
sudo apt-get update
4646
sudo apt-get install -y rpm devscripts debhelper fakeroot crossbuild-essential-arm64
4747
mkdir -p ~/rpmbuild/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS}
48-
- uses: actions/cache@v3
48+
- uses: actions/cache@v4
4949
with:
5050
path: ~/go/pkg/mod
5151
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)