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.
1 parent 1b64a74 commit 2051f80Copy full SHA for 2051f80
.github/workflows/badge-sqlite-version.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v4
21
22
- name: go mod package cache
23
- uses: actions/cache@v3
+ uses: actions/cache@v4
24
with:
25
path: ~/go/pkg/mod
26
key: ${{ runner.os }}-${{ hashFiles('go.mod') }}
.github/workflows/gorm-tests.yml
@@ -37,7 +37,7 @@ jobs:
37
path: gorm
38
39
40
41
42
43
key: ${{ runner.os }}-go-${{ matrix.go }}-${{ hashFiles('**/go.mod') }}
0 commit comments