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 2989fef commit f7a6e7fCopy full SHA for f7a6e7f
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
virtualenvs-create: true
44
virtualenvs-in-project: true
45
46
- - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
+ - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
47
with:
48
python-version: "3.12.1"
49
cache: "poetry"
.github/workflows/docs.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14
- name: Set up Python
15
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
+ uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
16
17
python-version: 3.11
18
- name: Install ghp-import
0 commit comments