We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2471591 commit b6f11f8Copy full SHA for b6f11f8
1 file changed
.github/workflows/tests.yml
@@ -31,10 +31,10 @@ jobs:
31
32
steps:
33
- name: Check out repo
34
- uses: actions/checkout@v3
+ uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
35
36
- name: Configure Python version
37
- uses: actions/setup-python@v4
+ uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
38
with:
39
python-version: ${{ matrix.python_version }}
40
architecture: x64
0 commit comments