Skip to content

Commit bc1435b

Browse files
authored
Merge pull request #282 from scientific-python/dependabot/github_actions/dot-github/workflows/actions-71d192a2cf
Bump the actions group in /.github/workflows with 2 updates
2 parents 250d3c3 + c28a422 commit bc1435b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
with:
2323
fetch-depth: 0
24-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
24+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
2525
with:
2626
python-version: '3.10'
2727

@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Publish distribution 📦 to PyPI
4848
if: startsWith(github.ref, 'refs/tags')
49-
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
49+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
5050
with:
5151
user: __token__
5252
password: ${{ secrets.pypi_password }}

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
fetch-depth: 0
8181
- name: Set up Python ${{ matrix.python-version }}
82-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
82+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
8383
with:
8484
python-version: ${{ matrix.python-version }}
8585
- name: Install Tox

0 commit comments

Comments
 (0)