File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout repository
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
29
29
# Initializes the CodeQL tools for scanning.
30
30
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 6
6
linter :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v4
9
+ - uses : actions/checkout@v5
10
10
- name : Set up Node.js 23.x
11
11
uses : actions/setup-node@v4
12
12
with :
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout this repo
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
20
20
- name : Checkout target repo (autoupdate-action-unstable)
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
with :
23
23
repository : CSSUoB/autoupdate-action-unstable
24
24
token : ${{ secrets.PR_AUTO_UPDATE_TOKEN }}
Original file line number Diff line number Diff line change 8
8
permissions :
9
9
id-token : write
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
- name : Set up Node.js 23.x
13
13
uses : actions/setup-node@v4
14
14
with :
You can’t perform that action at this time.
0 commit comments