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 7606b6cCopy full SHA for 7606b6c
.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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
21
- name: Set up Python 3.10
22
23
0 commit comments