Skip to content

Commit a66962e

Browse files
authored
Merge pull request #198 from astropy/dependabot/github_actions/actions-e58db023be
Bump the actions group with 3 updates
2 parents 77a0e29 + 2e3fc6c commit a66962e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci_workflows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
fetch-depth: 0
7878
- name: Set up Python ${{ matrix.python-version }}
79-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
79+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
8080
with:
8181
python-version: ${{ matrix.python-version }}
8282
allow-prereleases: true
@@ -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@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
102+
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
103103
with:
104104
file: ./coverage.xml

.github/workflows/publish.yml

+2-2
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

@@ -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@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
48+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
4949
with:
5050
user: __token__
5151
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)