File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
create-release :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v4.1.7
17
+ - uses : actions/checkout@v4.2.0
18
18
-
uses :
dev-hato/[email protected]
19
19
with :
20
20
github-token : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 23
23
with :
24
24
app-id : ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
25
25
private-key : ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}
26
- - uses : actions/checkout@v4.1.7
26
+ - uses : actions/checkout@v4.2.0
27
27
if : github.event_name != 'pull_request' || github.event.action != 'closed'
28
28
with :
29
29
fetch-depth : 0
Original file line number Diff line number Diff line change 17
17
github-actions-cache-cleaner :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v4.1.7
20
+ - uses : actions/checkout@v4.2.0
21
21
- uses : ./
22
22
with :
23
23
github-token : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 39
39
# Checkout the code base #
40
40
# #########################
41
41
- name : Checkout Code
42
- uses : actions/checkout@v4.1.7
42
+ uses : actions/checkout@v4.2.0
43
43
with :
44
44
# Full git history is needed to get a proper list
45
45
# of changed files within `super-linter`
Original file line number Diff line number Diff line change 17
17
update-gitleaks :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v4.1.7
20
+ - uses : actions/checkout@v4.2.0
21
21
if : github.event_name != 'pull_request' || github.event.action != 'closed'
22
22
with :
23
23
fetch-depth : 0
Original file line number Diff line number Diff line change 18
18
update-package :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v4.1.7
21
+ - uses : actions/checkout@v4.2.0
22
22
if : github.event_name != 'pull_request' || github.event.action != 'closed'
23
23
with :
24
24
fetch-depth : 0
Original file line number Diff line number Diff line change 17
17
update-readme :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v4.1.7
20
+ - uses : actions/checkout@v4.2.0
21
21
if : github.event_name != 'pull_request' || github.event.action != 'closed'
22
22
with :
23
23
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments