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