Skip to content

Commit d486e18

Browse files
authored
Merge pull request #67 from astropy/dependabot/github_actions/dot-github/workflows/actions-71d192a2cf
Bump the actions group in /.github/workflows with 2 updates
2 parents 55a2c1c + 0282208 commit d486e18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
with:
1818
fetch-depth: 0
19-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
19+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
2020
with:
2121
python-version: 3.8
2222

@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Publish distribution 📦 to PyPI
4242
if: startsWith(github.ref, 'refs/tags')
43-
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
43+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
4444
with:
4545
user: __token__
4646
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)