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 1717 steps :
1818 - name : Check out the repo
1919 id : checkout
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121
2222 - name : Get the version
2323 id : get_version
Original file line number Diff line number Diff line change 6363 - name : Checkout repository code
6464 # We need to check out the code to be able to check for existing tags and push new ones.
6565 if : steps.validate_tag.outputs.is_valid == 'true'
66- uses : actions/checkout@v5
66+ uses : actions/checkout@v6
6767 with :
6868 fetch-depth : 0
6969 fetch-tags : true
Original file line number Diff line number Diff line change 2222 steps :
2323 - name : Checkout code
2424 id : checkout
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 with :
2727 fetch-depth : 0
2828
You can’t perform that action at this time.
0 commit comments