File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 83
83
echo "key=${{ matrix.system }}-node${{ matrix.node-version }}-compiled-assets-${BRANCH}" >> "$GITHUB_OUTPUT"
84
84
85
85
- name : Check out code
86
- uses : actions/checkout@v4
86
+ uses : actions/checkout@v5
87
87
with :
88
88
ref : ${{ inputs.ref || github.head_ref }}
89
89
fetch-depth : 0
Original file line number Diff line number Diff line change 44
44
has-changed : ${{ steps.compare.outputs.has-changed }}
45
45
total-size : ${{ steps.compare.outputs.total-size }}
46
46
steps :
47
- - uses : actions/checkout@v4
47
+ - uses : actions/checkout@v5
48
48
with :
49
49
fetch-depth : 0
50
50
@@ -170,7 +170,7 @@ jobs:
170
170
run : exit 0
171
171
172
172
- name : Check out code
173
- uses : actions/checkout@v4
173
+ uses : actions/checkout@v5
174
174
with :
175
175
fetch-depth : 0
176
176
ref : ${{ matrix.branch }}
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150
150
if : ${{ needs.changed_files.outputs.plugins_added_files != '' || needs.changed_files.outputs.plugins_modified_files != '' }}
151
151
steps :
152
152
- name : Check out code
153
- uses : actions/checkout@v4
153
+ uses : actions/checkout@v5
154
154
155
155
- name : Use Node LTS version
156
156
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 58
58
steps :
59
59
# install but don't build - we're linting pre-compiled assets
60
60
- name : Check out code
61
- uses : actions/checkout@v4
61
+ uses : actions/checkout@v5
62
62
with :
63
63
fetch-depth : 0
64
64
Original file line number Diff line number Diff line change 72
72
timeout-minutes : 5
73
73
steps :
74
74
- name : Check out code
75
- uses : actions/checkout@v4
75
+ uses : actions/checkout@v5
76
76
77
77
- name : Convert new TODO items to issues
78
78
uses : alstr/todo-to-issue-action@v5
Original file line number Diff line number Diff line change 42
42
steps :
43
43
# # --- SETUP --- ##
44
44
- name : Check out code
45
- uses : actions/checkout@v4
45
+ uses : actions/checkout@v5
46
46
with :
47
47
fetch-depth : 0
48
48
Original file line number Diff line number Diff line change 20
20
env :
21
21
BRANCH : ${{ github.ref_name }}
22
22
run : echo "fragment=${BRANCH##*snapshot-}" >> $GITHUB_OUTPUT
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
with :
25
25
fetch-depth : 0
26
26
- name : Get last author info
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout Repo
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
19
19
- name : Setup Node.js
20
20
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 44
44
storybook-url : ${{ steps.chromatic.outputs.storybookUrl != 'undefined' && steps.chromatic.outputs.storybookUrl || '' }}
45
45
steps :
46
46
- name : Check out code
47
- uses : actions/checkout@v4
47
+ uses : actions/checkout@v5
48
48
with :
49
49
fetch-depth : 0
50
50
ref : ${{ inputs.ref || github.ref }}
You can’t perform that action at this time.
0 commit comments