File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
# Setup
24
- - uses : actions/checkout@v4.2.2
24
+ - uses : actions/checkout@v5.0.0
25
25
with :
26
26
persist-credentials : false
27
27
- name : Install dependencies
Original file line number Diff line number Diff line change 22
22
lint-eslint :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v4.2.2
25
+ - uses : actions/checkout@v5.0.0
26
26
with :
27
27
persist-credentials : false
28
28
- name : Install GitHub Actions formatter
35
35
lint-pre-commit :
36
36
runs-on : ubuntu-latest
37
37
steps :
38
- - uses : actions/checkout@v4.2.2
38
+ - uses : actions/checkout@v5.0.0
39
39
with :
40
40
persist-credentials : false
41
41
-
uses :
mschoettle/[email protected]
49
49
check-thirdparty-notice :
50
50
runs-on : ubuntu-latest
51
51
steps :
52
- - uses : actions/checkout@v4.2.2
52
+ - uses : actions/checkout@v5.0.0
53
53
with :
54
54
persist-credentials : false
55
55
- uses : opalmedapps/actions/actions/check-thirdparty-notice@main
60
60
runs-on : ubuntu-latest
61
61
steps :
62
62
# Setup
63
- - uses : actions/checkout@v4.2.2
63
+ - uses : actions/checkout@v5.0.0
64
64
with :
65
65
persist-credentials : false
66
66
- name : Install dependencies
Original file line number Diff line number Diff line change 44
44
- name : Print environment
45
45
run : |
46
46
echo "Environment: $ENVIRONMENT ($ENVIRONMENT_CAPS)"
47
- - uses : actions/checkout@v4.2.2
47
+ - uses : actions/checkout@v5.0.0
48
48
with :
49
49
persist-credentials : false
50
50
- name : Use Node.js
You can’t perform that action at this time.
0 commit comments