File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
echo "fetch_depth=0" >> $GITHUB_OUTPUT
38
38
fi
39
39
- name : Checkout
40
- uses : actions/checkout@v4
40
+ uses : actions/checkout@v5
41
41
with :
42
42
fetch-depth : ${{ steps.set-params.outputs.fetch-depth }}
43
43
- name : Get changed files
75
75
steps :
76
76
- name : Checkout
77
77
if : ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
78
- uses : actions/checkout@v4
78
+ uses : actions/checkout@v5
79
79
with :
80
80
fetch-depth : ${{ needs.get-changed-files.outputs.fetch-depth }}
81
81
- name : Setup Ruby v2.6
@@ -119,7 +119,7 @@ jobs:
119
119
runs-on : ubuntu-latest
120
120
steps :
121
121
- name : Checkout # for having the sources of the local action
122
- uses : actions/checkout@v4
122
+ uses : actions/checkout@v5
123
123
# download and unzip the ab-results-*.json generated by job-matrix: check-urls
124
124
- name : Download artifacts
125
125
uses : actions/download-artifact@v5
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- name : Use Node.js
16
16
uses : actions/setup-node@v4
17
17
with :
Original file line number Diff line number Diff line change 12
12
steps :
13
13
# Checkout the repository code
14
14
- name : Checkout code
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
17
17
# Fetch the full history of 'main' for accurate git diff in PRs
18
18
- name : Fetch all history for main
You can’t perform that action at this time.
0 commit comments