File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
40
40
steps :
41
41
- name : Checkout repository
42
- uses : actions/checkout@v3
42
+ uses : actions/checkout@v4
43
43
44
44
- if : ${{ matrix.language == 'go' }}
45
45
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
34
34
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
35
35
"${{ github.event.pull_request.statuses_url }}"
36
36
if: github.event_name == 'pull_request'
37
- - uses : actions/checkout@v3.3.0
37
+ - uses : actions/checkout@v4
38
38
if : github.event_name == 'push' && steps.setup.outputs.has_token == 'true'
39
39
with :
40
40
fetch-depth : 0
41
41
token : ' ${{ secrets.GO_TOKEN }}'
42
- - uses : actions/checkout@v3.3.0
42
+ - uses : actions/checkout@v4
43
43
if : github.event_name == 'pull_request' || steps.setup.outputs.has_token != 'true'
44
44
with :
45
45
fetch-depth : 0
Original file line number Diff line number Diff line change 9
9
issue_reviver :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
if : github.repository == 'google/gvisor'
14
14
- run : make run TARGETS="//tools/github" ARGS="-path=. revive"
15
15
if : github.repository == 'google/gvisor'
You can’t perform that action at this time.
0 commit comments