File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
with :
31
31
go-version-file : ' go.mod'
32
32
33
- - uses : actions/cache@v3
33
+ - uses : actions/cache@v4
34
34
with :
35
35
path : ~/go/pkg/mod
36
36
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 34
34
with :
35
35
go-version-file : ' go.mod'
36
36
37
- - uses : actions/cache@v3
37
+ - uses : actions/cache@v4
38
38
with :
39
39
path : ~/go/pkg/mod
40
40
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 55
55
with :
56
56
go-version-file : ' go.mod'
57
57
58
- - uses : actions/cache@v3
58
+ - uses : actions/cache@v4
59
59
with :
60
60
path : ~/go/pkg/mod
61
61
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 2
2
3
3
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
4
4
``` yaml
5
- - uses : tj-actions/changed-files@v42
5
+ - uses : tj-actions/changed-files@v42.0.2
6
6
id : changed-files
7
7
with :
8
8
# Specify a different base commit SHA used for comparing
You can’t perform that action at this time.
0 commit comments