File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 40
40
41
41
steps :
42
42
- name : Checkout repository
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
44
44
45
45
# Initializes the CodeQL tools for scanning.
46
46
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
timeout-minutes : 30
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- uses : actions/setup-node@v3
16
16
with :
17
17
node-version : ' 16'
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
timeout-minutes : 30
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- name : Set up PATH
20
20
run : |
21
21
echo "/tmp/texlive/bin/x86_64-linux" >> $GITHUB_PATH
Original file line number Diff line number Diff line change 15
15
runs-on : macos-latest
16
16
timeout-minutes : 30
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- name : Set up PATH
20
20
run : |
21
21
echo "/Users/runner/texlive/bin/x86_64-darwin" >> $GITHUB_PATH
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- name : Prepare git
19
19
run : git config --global core.autocrlf false
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Set up PATH
22
22
run : |
23
23
echo "C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin" >> $GITHUB_PATH
You can’t perform that action at this time.
0 commit comments