Commit 4eda2ca 1 parent 8800728 commit 4eda2ca Copy full SHA for 4eda2ca
File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 42
42
key : ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/go.sum') }}
43
43
44
44
- name : Checkout repository
45
- uses : actions/checkout@v3
45
+ uses : actions/checkout@v4
46
46
47
47
- name : Unit Test
48
48
run : make unit-test
58
58
runs-on : ubuntu-22.04
59
59
steps :
60
60
- name : Checkout
61
- uses : actions/checkout@v3
61
+ uses : actions/checkout@v4
62
62
- name : Set up QEMU
63
63
uses : docker/setup-qemu-action@master
64
64
with :
@@ -105,7 +105,7 @@ jobs:
105
105
with :
106
106
go-version : ${{ env.DEFAULT_GO_VERSION }}
107
107
- name : Checkout
108
- uses : actions/checkout@v3
108
+ uses : actions/checkout@v4
109
109
- name : Download image
110
110
uses : actions/download-artifact@v3
111
111
with :
Original file line number Diff line number Diff line change 47
47
if : ${{ needs.release-please.outputs.release_created }}
48
48
steps :
49
49
- name : Checkout
50
- uses : actions/checkout@v3
50
+ uses : actions/checkout@v4
51
51
with :
52
52
ref : ${{ needs.release-please.outputs.release_tag_name }}
53
53
@@ -113,7 +113,7 @@ jobs:
113
113
if : ${{ needs.release-please.outputs.release_created }}
114
114
steps :
115
115
- name : Checkout
116
- uses : actions/checkout@v3
116
+ uses : actions/checkout@v4
117
117
with :
118
118
ref : ${{ needs.release-please.outputs.release_tag_name }}
119
119
@@ -148,7 +148,7 @@ jobs:
148
148
if : ${{ needs.release-please.outputs.release_created }}
149
149
steps :
150
150
- name : Checkout
151
- uses : actions/checkout@v3
151
+ uses : actions/checkout@v4
152
152
with :
153
153
fetch-depth : 0
154
154
ref : ${{ env.GITHUB_PAGES_BRANCH }}
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-22.04
13
13
steps :
14
14
- name : Check out code
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Cache build tools
18
18
id : cache-build-tools
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-22.04
15
15
steps :
16
16
- name : Check out code
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
19
19
- name : Set up Node
20
20
uses : actions/setup-node@v3.8.1
You can’t perform that action at this time.
0 commit comments