File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- name : Check out code into the Go module directory
34
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
35
35
36
36
- name : Set up Go 1.x
37
37
uses : actions/setup-go@v4
49
49
runs-on : ubuntu-latest
50
50
steps :
51
51
- name : Check out code into the Go module directory
52
- uses : actions/checkout@v3
52
+ uses : actions/checkout@v4
53
53
54
54
- name : Set up Go 1.x
55
55
uses : actions/setup-go@v4
69
69
runs-on : ubuntu-latest
70
70
steps :
71
71
- name : Check out code into the Go module directory
72
- uses : actions/checkout@v3
72
+ uses : actions/checkout@v4
73
73
74
74
- name : Set up Go 1.x
75
75
uses : actions/setup-go@v4
87
87
if : ${{ github.event_name != 'pull_request' || (github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]') }}
88
88
steps :
89
89
- name : Checkout
90
- uses : actions/checkout@v3
90
+ uses : actions/checkout@v4
91
91
92
92
- name : Set up QEMU
93
93
uses : docker/setup-qemu-action@v2
@@ -188,7 +188,7 @@ jobs:
188
188
if : ${{ startsWith(github.ref, 'refs/tags/v') }}
189
189
steps :
190
190
- name : Check out code into the Go module directory
191
- uses : actions/checkout@v3
191
+ uses : actions/checkout@v4
192
192
193
193
- name : Set up Go 1.x
194
194
uses : actions/setup-go@v4
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
30
30
# Initializes the CodeQL tools for scanning.
31
31
- name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments