We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7277a4a commit e230d6cCopy full SHA for e230d6c
.github/workflows/run_pre_commit.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
19
- name: Set up Python 3.10
20
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
+ uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
21
with:
22
python-version: '3.10'
23
.github/workflows/run_tox.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
- name: Set up Python ${{ matrix.python-version }}
28
29
30
python-version: ${{ matrix.python-version }}
31
0 commit comments