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.
1 parent 292918b commit ed019ceCopy full SHA for ed019ce
.github/workflows/python-ci.yml
@@ -8,12 +8,12 @@ on:
8
9
jobs:
10
tests:
11
- name: "Python ${{ matrix.python-version }}"
+ name: "Python 3.9"
12
runs-on: "ubuntu-latest"
13
14
steps:
15
- - uses: "actions/checkout@v4"
16
- - uses: "actions/setup-python@v5"
+ - uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
+ - uses: "actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065" # v5.6.0
17
with:
18
python-version: '3.9'
19
- name: Install dependencies
0 commit comments