File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v3
41
+ uses : actions/checkout@v4
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 27
27
runs-on : ubuntu-latest
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
31
31
with :
32
32
ref : ${{ inputs.forRef }}
33
33
Original file line number Diff line number Diff line change 13
13
if : github.ref != 'refs/heads/master'
14
14
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
19
- uses : actions/setup-python@v4.7.0
Original file line number Diff line number Diff line change 25
25
run : sudo apt-get update && sudo apt-get install -y libdevmapper-dev libbtrfs-dev
26
26
27
27
- name : Checkout
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
30
30
- name : Set up Go
31
31
uses : actions/setup-go@v4
48
48
run : sudo apt-get update && sudo apt-get install -y libdevmapper-dev libbtrfs-dev
49
49
50
50
- name : Checkout
51
- uses : actions/checkout@v3
51
+ uses : actions/checkout@v4
52
52
53
53
- name : Set up Go
54
54
uses : actions/setup-go@v4
87
87
run : sudo apt-get update && sudo apt-get install -y libdevmapper-dev libbtrfs-dev
88
88
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
You can’t perform that action at this time.
0 commit comments