We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7faa10e + 08a9cd4 commit 4ca791bCopy full SHA for 4ca791b
.github/workflows/update_and_publish.yml
@@ -28,7 +28,7 @@ jobs:
28
echo "changed=false" > $GITHUB_OUTPUT
29
fi
30
31
- - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
+ - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
32
if: steps.check.outputs.changed
33
with:
34
python-version: '3.x'
@@ -90,7 +90,7 @@ jobs:
90
custom_tag: ${{ steps.tag_name.outputs.version }}
91
tag_prefix: ""
92
- name: Create GitHub release
93
- uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
+ uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
94
95
tag_name: ${{ steps.tag_name.outputs.version }}
96
generate_release_notes: true
0 commit comments