We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6e1133 + 7946d3b commit 0cffde2Copy full SHA for 0cffde2
1 file changed
.github/workflows/tests.yml
@@ -16,10 +16,10 @@ jobs:
16
17
steps:
18
- name: Check out repository
19
- uses: actions/checkout@v4
+ uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
20
21
- name: Set up Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@v5
+ uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
23
with:
24
python-version: ${{ matrix.python-version }}
25
cache: pip
0 commit comments