We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16b7b82 + 230c02b commit 5584973Copy full SHA for 5584973
.github/workflows/test.yml
@@ -45,7 +45,7 @@ jobs:
45
sudo apt-get update
46
sudo apt-get install -y rpm devscripts debhelper fakeroot crossbuild-essential-arm64
47
mkdir -p ~/rpmbuild/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS}
48
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
49
with:
50
path: ~/go/pkg/mod
51
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments