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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
33+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
142+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
17+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1818 - name : Set up Python ${{ matrix.python-version }}
1919 uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
19+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2020 with :
2121 ref : ${{ github.event.release.tag_name || 'main' }}
2222
You can’t perform that action at this time.
0 commit comments