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 172f84b + f6359a8 commit 2f4ec65Copy full SHA for 2f4ec65
.github/workflows/podcast-data.yml
@@ -24,7 +24,7 @@ jobs:
24
cache-dependency-path: app/go.sum
25
26
# Caching go modules to speed up the run
27
- - uses: actions/cache@v4.2.4
+ - uses: actions/cache@v4.3.0
28
with:
29
path: ~/go/pkg/mod
30
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
.github/workflows/render-readme.yml
@@ -19,7 +19,7 @@ jobs:
19
go-version: "1.25"
20
21
22
23
0 commit comments