Skip to content

Commit 7f7ad5c

Browse files
authored
Merge pull request #33 from astropy/dependabot/github_actions/dot-github/workflows/actions-e2e01324ed
2 parents cc17a09 + 3445e84 commit 7f7ad5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# only store the artifact for 'retention-days'
4949
- name: Upload docs artifact
5050
# if: github.event.pull_request.merged == true
51-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
51+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5252
with:
5353
name: built_docs
5454
path: docs/_build/html

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python -m pep517.build --source --binary --out-dir dist/ .
3838
3939
- name: Publish distribution to PyPI
40-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
40+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
4141
with:
4242
user: __token__
4343
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)