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 c164e05 commit f596b2eCopy full SHA for f596b2e
.github/workflows/readme-generator.yml
@@ -16,13 +16,13 @@ jobs:
16
17
steps:
18
- name: Checkout repository
19
- uses: actions/checkout@v4
+ uses: actions/checkout@0ad4b8f736b64f5d0c8b0c9bdb40b24c2cfdd8e6
20
with:
21
fetch-depth: 0
22
persist-credentials: true
23
24
- name: Setup Python
25
- uses: actions/setup-python@v4
+ uses: actions/setup-python@13b22673d2b3a8df47e6a9a2cba3f6468b8990c4
26
27
python-version: '3.x'
28
0 commit comments