File tree 6 files changed +11
-11
lines changed
6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 32
32
- /home/runner/work/_temp/:/home/runner/work/_temp/
33
33
options : --privileged --tty
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v4
36
36
with :
37
37
persist-credentials : false
38
38
- name : Set up problem matchers
Original file line number Diff line number Diff line change 35
35
- testenv : actionlint
36
36
- testenv : package
37
37
steps :
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v4
39
39
with :
40
40
persist-credentials : false
41
41
- uses : actions/cache@v3
@@ -112,7 +112,7 @@ jobs:
112
112
- /home/runner/work/_temp/:/home/runner/work/_temp/
113
113
options : --privileged --tty
114
114
steps :
115
- - uses : actions/checkout@v3
115
+ - uses : actions/checkout@v4
116
116
with :
117
117
persist-credentials : false
118
118
- name : Set up problem matchers
@@ -181,7 +181,7 @@ jobs:
181
181
python : " 3.9"
182
182
runs-on : " ${{ matrix.os }}"
183
183
steps :
184
- - uses : actions/checkout@v3
184
+ - uses : actions/checkout@v4
185
185
with :
186
186
persist-credentials : false
187
187
- uses : actions/cache@v3
@@ -229,7 +229,7 @@ jobs:
229
229
runs-on : ubuntu-20.04
230
230
steps :
231
231
- name : Checkout repository
232
- uses : actions/checkout@v3
232
+ uses : actions/checkout@v4
233
233
with :
234
234
persist-credentials : false
235
235
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 18
18
- archlinux-webengine-unstable-qt6
19
19
- archlinux-webengine-qt6
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
- uses : actions/setup-python@v4
23
23
with :
24
24
python-version : ' 3.x'
Original file line number Diff line number Diff line change 50
50
runs-on : " ${{ matrix.os }}"
51
51
timeout-minutes : 45
52
52
steps :
53
- - uses : actions/checkout@v3
53
+ - uses : actions/checkout@v4
54
54
with :
55
55
ref : " ${{ matrix.branch }}"
56
56
persist-credentials : false
Original file line number Diff line number Diff line change 18
18
timeout-minutes : 20
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
with :
23
23
persist-credentials : false
24
24
- name : Set up Python 3.8
Original file line number Diff line number Diff line change 62
62
console.log(`sorted: ${sorted}`);
63
63
return sorted.at(-1);
64
64
result-encoding : string
65
- - uses : actions/checkout@v3
65
+ - uses : actions/checkout@v4
66
66
- name : Set up Python
67
67
uses : actions/setup-python@v4
68
68
with :
78
78
git config --global user.name "qutebrowser bot"
79
79
git config --global user.email "[email protected] "
80
80
- name : Switch to release branch
81
- uses : actions/checkout@v3
81
+ uses : actions/checkout@v4
82
82
with :
83
83
ref : ${{ steps.find-branch.outputs.result }}
84
84
- name : Import GPG Key
@@ -138,7 +138,7 @@ jobs:
138
138
permissions :
139
139
contents : write # To upload release artifacts
140
140
steps :
141
- - uses : actions/checkout@v3
141
+ - uses : actions/checkout@v4
142
142
with :
143
143
ref : v${{ needs.prepare.outputs.version }}
144
144
- name : Set up Python
You can’t perform that action at this time.
0 commit comments