File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
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@v3
40
+ uses : actions/checkout@v4
41
41
with :
42
42
fetch-depth : ${{ steps.set-params.outputs.fetch-depth }}
43
43
- name : Get changed files
74
74
fail-fast : false
75
75
steps :
76
76
- name : Checkout
77
- uses : actions/checkout@v3
77
+ uses : actions/checkout@v4
78
78
with :
79
79
fetch-depth : ${{ needs.get-changed-files.outputs.fetch-depth }}
80
80
- name : Setup Ruby v2.6
99
99
runs-on : ubuntu-latest
100
100
steps :
101
101
- name : Checkout # for having the sources of the local action
102
- uses : actions/checkout@v3
102
+ uses : actions/checkout@v4
103
103
# download and unzip the ab-results-*.json generated by job-matrix: check-urls
104
104
- uses : actions/download-artifact@v3
105
105
with :
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@v3
14
+ - uses : actions/checkout@v4
15
15
- name : Use Node.js
16
16
uses : actions/setup-node@v3
17
17
with :
You can’t perform that action at this time.
0 commit comments