We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03aaa12 commit f7bcf65Copy full SHA for f7bcf65
1 file changed
.github/workflows/test.yml
@@ -15,10 +15,10 @@ jobs:
15
name: Run the Test Suite
16
runs-on: ubuntu-20.04
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
19
20
- name: Set up Python ${{ matrix.python-version }}
21
- uses: actions/setup-python@v3
+ uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
22
with:
23
python-version: ${{ matrix.python-version }}
24
0 commit comments