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 04eb20a commit 61285a7Copy full SHA for 61285a7
.github/workflows/docs.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15
- name: Setup Python
16
uses: actions/setup-python@v5
17
with:
.github/workflows/python-app.yml
@@ -17,7 +17,7 @@ jobs:
18
19
20
- - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21
- name: Set up Python 3.10
22
23
0 commit comments