File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout repository
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0
1616 fetch-tags : true
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 1010 steps :
1111 - name : Checkout code
1212 id : checkout
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414
1515 - name : Set up Python
1616 id : setup-python
You can’t perform that action at this time.
0 commit comments