File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
31
31
steps :
32
32
- name : Checkout repository
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
with :
35
35
# We must fetch at least the immediate parents so that if this is
36
36
# a pull request then we can check out the head.
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
with :
22
22
fetch-depth : 0
23
23
- name : Set up Go
Original file line number Diff line number Diff line change 24
24
with :
25
25
go-version : ${{ matrix.go-version }}
26
26
- name : Checkout code
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
- uses : actions/cache@v3
29
29
with :
30
30
path : |
Original file line number Diff line number Diff line change 11
11
sync-labels :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
-
uses :
micnncim/[email protected]
16
16
env :
17
17
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments