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 2727
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131
3232 - name : Set ENV vars
3333 # 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 1717
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121
2222 - name : Set ENV for github-release
2323 # 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 1919
2020 # Check out current repository
2121 - name : Fetch Sources
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323
2424 # Cleanup project
2525 - name : Cleanup
You can’t perform that action at this time.
0 commit comments