Skip to content

Commit 9a8db54

Browse files
authored
Update pinned versions for actions (#198)
1 parent 2cf8ef8 commit 9a8db54

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/python-tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: "python tests and coverage"
22
# Uses:
3-
# https://github.com/actions/setup-python : 0b93645e9fea7318ecaed2b359559ac225c90a2b
3+
# https://github.com/actions/setup-python : a26af69be951a213d495a4c3e4e4022e16d87065
44
# https://github.com/actions/checkout : 11bd71901bbe5b1630ceea73d27597364c9af683
5-
# https://github.com/actions/download-artifact : fa0a91b85d4f404e444e00e005971372dc801d16
6-
# https://github.com/actions/upload-artifact : 6f51ac03b9356f520e9adb1b1b7802705f340c2b
5+
# https://github.com/actions/download-artifact : d3f86a106a0bac45b974a628896c90dbdf5c8093
6+
# https://github.com/actions/upload-artifact : ea165f8d65b6e75b540449e92b4886f43607fa02
77

88
on:
99
pull_request:
@@ -47,7 +47,7 @@ jobs:
4747
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
4848

4949
- name: "Set up Python ${{ matrix.python-version }}"
50-
uses: "actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b"
50+
uses: "actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065"
5151
with:
5252
python-version: "${{ matrix.python-version }}"
5353
allow-prereleases: true
@@ -61,7 +61,7 @@ jobs:
6161
nox --session test -- partial-coverage
6262

6363
- name: "Save coverage artifact"
64-
uses: "actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b"
64+
uses: "actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02"
6565
with:
6666
name: "coverage-artifact-${{ matrix.os}}-${{ matrix.python-version}}"
6767
path: ".coverage.*"
@@ -77,7 +77,7 @@ jobs:
7777
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
7878

7979
- name: "Set up Python"
80-
uses: "actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b"
80+
uses: "actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065"
8181
with:
8282
python-version: "${{ needs.settings.outputs.default-python-version }}"
8383

@@ -86,7 +86,7 @@ jobs:
8686
python -m pip install --upgrade nox
8787

8888
- name: "Download coverage artifacts"
89-
uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16"
89+
uses: "actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093"
9090
with:
9191
pattern: "coverage-artifact-*"
9292
merge-multiple: true
@@ -107,7 +107,7 @@ jobs:
107107
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
108108

109109
- name: "Set up Python"
110-
uses: "actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b"
110+
uses: "actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065"
111111
with:
112112
python-version: "${{ needs.settings.outputs.default-python-version }}"
113113

0 commit comments

Comments
 (0)