File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-22.04
23
23
steps :
24
24
- name : Checkout repo
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@v5
26
26
27
27
- name : Build image
28
28
uses : redhat-actions/buildah-build@v2
Original file line number Diff line number Diff line change 27
27
echo "Job originally triggered by ${{ github.actor }}"
28
28
exit 1
29
29
- name : Check out code
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
with :
32
32
ref : ${{ github.event.pull_request.head.sha }}
33
33
- name : Run the tests
Original file line number Diff line number Diff line change 44
44
echo "Job originally triggered by ${{ github.actor }}"
45
45
exit 1
46
46
- name : Check out code
47
- uses : actions/checkout@v4
47
+ uses : actions/checkout@v5
48
48
with :
49
49
ref : ${{ github.event.pull_request.head.sha }}
50
50
- name : Run the tests
Original file line number Diff line number Diff line change 30
30
id : go
31
31
32
32
- name : Check out code into the Go module directory
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
with :
35
35
ref : ${{ github.event.pull_request.head.sha }}
36
36
59
59
name : " 🐚 Shellcheck"
60
60
runs-on : ubuntu-24.04
61
61
steps :
62
- - uses : actions/checkout@v4
62
+ - uses : actions/checkout@v5
63
63
with :
64
64
ref : ${{ github.event.pull_request.head.sha }}
65
65
- name : Run ShellCheck
77
77
test_files : ${{ steps.collect.outputs.test_files }}
78
78
steps :
79
79
- name : Checkout code
80
- uses : actions/checkout@v4
80
+ uses : actions/checkout@v5
81
81
with :
82
82
ref : ${{ github.event.pull_request.head.sha }}
83
83
- name : Collect test files
96
96
matrix :
97
97
test_file : ${{ fromJson(needs.collect_tests.outputs.test_files) }}
98
98
steps :
99
- - uses : actions/checkout@v4
99
+ - uses : actions/checkout@v5
100
100
with :
101
101
ref : ${{ github.event.pull_request.head.sha }}
102
102
- name : Setup up python
You can’t perform that action at this time.
0 commit comments