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 3030 outputs :
3131 new_version : ${{ steps.bump_version.outputs.new_version }}
3232 steps :
33- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
33+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3434 with :
3535 fetch-depth : 0
3636 token : ${{ secrets.GITHUB_TOKEN }}
@@ -139,7 +139,7 @@ jobs:
139139 permissions :
140140 contents : write
141141 steps :
142- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
142+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
143143 with :
144144 fetch-depth : 0
145145
Original file line number Diff line number Diff line change 1414 python-version : [3.13]
1515
1616 steps :
17- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
17+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1818 - name : Set up Python ${{ matrix.python-version }}
1919 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2020 with :
Original file line number Diff line number Diff line change 1616 contents : read
1717 if : ${{ (github.event_name == 'release' || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success')) && github.ref == 'refs/heads/main' }}
1818 steps :
19- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
19+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2020 with :
2121 ref : ${{ github.event.release.tag_name || 'main' }}
2222
You can’t perform that action at this time.
0 commit comments