Skip to content

Commit 4026795

Browse files
authored
Pin and bump action versions in release workflow too (#239)
1 parent 270eaca commit 4026795

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish to PyPI
1+
name: Publish to PyPI
22

33
on:
44
push:
@@ -13,10 +13,10 @@ jobs:
1313
permissions:
1414
id-token: write
1515
steps:
16-
- uses: actions/checkout@v4
17-
- uses: actions/setup-python@v5
16+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
17+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
1818
with:
19-
python-version: '3.11'
19+
python-version: '3.11'
2020
- name: Install pypa/build
2121
run: >-
2222
python3 -m

0 commit comments

Comments
 (0)