Skip to content

Commit de72281

Browse files
authored
Merge pull request #261 from scientific-python/dependabot/github_actions/dot-github/workflows/actions-05e0395bb9
Bump the actions group in /.github/workflows with 2 updates
2 parents b0fd15d + 12c3fd8 commit de72281

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2222
with:
2323
fetch-depth: 0
24-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
24+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
2525
with:
2626
python-version: 3.8
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@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
49+
uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10.0
5050
with:
5151
user: __token__
5252
password: ${{ secrets.pypi_password }}

.github/workflows/python-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
fetch-depth: 0
9090
- name: Set up Python ${{ matrix.python-version }}
91-
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
91+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
9292
with:
9393
python-version: ${{ matrix.python-version }}
9494
- name: Install Tox

0 commit comments

Comments
 (0)