File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
18
18
# See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
19
19
- name : Spell check
Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
31
31
32
32
- name : Download JSON schema for labels configuration file
33
33
id : download-schema
@@ -106,7 +106,7 @@ jobs:
106
106
echo "::set-output name=flag::--dry-run"
107
107
108
108
- name : Checkout repository
109
- uses : actions/checkout@v3
109
+ uses : actions/checkout@v4
110
110
111
111
- name : Download configuration files artifact
112
112
uses : actions/download-artifact@v3
Original file line number Diff line number Diff line change 28
28
29
29
steps :
30
30
- name : Checkout local repository
31
- uses : actions/checkout@v3
31
+ uses : actions/checkout@v4
32
32
33
33
- name : Download JSON schema for action.yml
34
34
uses : carlosperate/download-file-action@v2
You can’t perform that action at this time.
0 commit comments