Skip to content

Commit 2f4ec65

Browse files
authored
Merge pull request #358 from EngineeringKiosk/dependabot/github_actions/actions/cache-4.3.0
Bump actions/cache from 4.2.4 to 4.3.0
2 parents 172f84b + f6359a8 commit 2f4ec65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/podcast-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache-dependency-path: app/go.sum
2525

2626
# Caching go modules to speed up the run
27-
- uses: actions/cache@v4.2.4
27+
- uses: actions/cache@v4.3.0
2828
with:
2929
path: ~/go/pkg/mod
3030
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/render-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
go-version: "1.25"
2020

2121
# Caching go modules to speed up the run
22-
- uses: actions/cache@v4.2.4
22+
- uses: actions/cache@v4.3.0
2323
with:
2424
path: ~/go/pkg/mod
2525
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)