Skip to content

Commit 4ca791b

Browse files
Merge pull request #38 from astropy/dependabot/github_actions/dot-github/workflows/actions-dd090eb7b6
2 parents 7faa10e + 08a9cd4 commit 4ca791b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "changed=false" > $GITHUB_OUTPUT
2929
fi
3030
31-
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
31+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
3232
if: steps.check.outputs.changed
3333
with:
3434
python-version: '3.x'
@@ -90,7 +90,7 @@ jobs:
9090
custom_tag: ${{ steps.tag_name.outputs.version }}
9191
tag_prefix: ""
9292
- name: Create GitHub release
93-
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
93+
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
9494
with:
9595
tag_name: ${{ steps.tag_name.outputs.version }}
9696
generate_release_notes: true

0 commit comments

Comments
 (0)