Skip to content

Commit 78ec44e

Browse files
authored
Merge pull request #267 from pllim/action-ver-hash
MNT: Use hash for Action workflow versions and update if needed
2 parents af2672e + 4b6e858 commit 78ec44e

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
@@ -18,7 +18,7 @@ jobs:
1818
if: ((github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) || contains(github.event.pull_request.labels.*.name, 'Build wheels'))
1919

2020
steps:
21-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2222
with:
2323
fetch-depth: 0
2424
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
@@ -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@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
49+
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
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
@@ -84,7 +84,7 @@ jobs:
8484
toxenv: py313-test-pytestdev
8585

8686
steps:
87-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
87+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
8888
with:
8989
fetch-depth: 0
9090
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)