File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
32
32
- name : Set ENV vars
33
33
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
22
22
- name : Set ENV for github-release
23
23
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
Original file line number Diff line number Diff line change 19
19
20
20
# Check out current repository
21
21
- name : Fetch Sources
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
24
24
# Cleanup project
25
25
- name : Cleanup
You can’t perform that action at this time.
0 commit comments