Skip to content

Commit e1a1541

Browse files
committed
Pin Github Actions dependencies
1 parent c109d3a commit e1a1541

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1313
- name: Set up Python
14-
uses: actions/setup-python@v5
14+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
1515
with:
1616
python-version: "3.x"
1717
- name: Install pypa/build
1818
run: python3 -m pip install build --user
1919
- name: Build a binary wheel and a source tarball
2020
run: python3 -m build
2121
- name: Store the distribution packages
22-
uses: actions/upload-artifact@v4
22+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
2323
with:
2424
name: python-package-distributions
2525
path: dist/
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Download all the dists
42-
uses: actions/download-artifact@v4
42+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
4343
with:
4444
name: python-package-distributions
4545
path: dist/
@@ -58,7 +58,7 @@ jobs:
5858

5959
steps:
6060
- name: Download the dists
61-
uses: actions/download-artifact@v4
61+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
6262
with:
6363
name: python-package-distributions
6464
path: dist/

0 commit comments

Comments
 (0)