Skip to content

Commit c00dacb

Browse files
Merge pull request #541 from tj-actions/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4
2 parents db7f9db + 790e7e7 commit c00dacb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
go-version-file: 'go.mod'
3232

33-
- uses: actions/cache@v3
33+
- uses: actions/cache@v4
3434
with:
3535
path: ~/go/pkg/mod
3636
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/format-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
go-version-file: 'go.mod'
3636

37-
- uses: actions/cache@v3
37+
- uses: actions/cache@v4
3838
with:
3939
path: ~/go/pkg/mod
4040
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/sync-release-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
go-version-file: 'go.mod'
5757

58-
- uses: actions/cache@v3
58+
- uses: actions/cache@v4
5959
with:
6060
path: ~/go/pkg/mod
6161
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

test/README-codeBlocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
44
```yaml
5-
- uses: tj-actions/changed-files@v42
5+
- uses: tj-actions/changed-files@v42.0.2
66
id: changed-files
77
with:
88
# Specify a different base commit SHA used for comparing

0 commit comments

Comments
 (0)