Skip to content

Commit 8c7e61b

Browse files
authored
Merge pull request #194 from astropy/dependabot/github_actions/actions-d260ee84de
Bump the actions group with 2 updates
2 parents 5a49a87 + 3724b44 commit 8c7e61b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ jobs:
9999
run: tox ${{ matrix.toxargs }} -v -e ${{ matrix.toxenv }}
100100
- name: Upload coverage to codecov
101101
if: ${{ contains(matrix.toxenv,'-cov') }}
102-
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
102+
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
103103
with:
104104
file: ./coverage.xml

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Publish distribution 📦 to PyPI
4747
if: startsWith(github.ref, 'refs/tags')
48-
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
48+
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
4949
with:
5050
user: __token__
5151
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)