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 f88a627 commit a557390Copy full SHA for a557390
.github/workflows/docs.yml
@@ -14,13 +14,13 @@ jobs:
14
pull-requests: write
15
name: Build and Deploy Job
16
steps:
17
- - uses: actions/checkout@latest
+ - uses: actions/checkout@v4
18
with:
19
token: ${{ secrets.GITHUB_TOKEN }}
20
fetch-depth: 0
21
22
- name: Set up Python 3.12
23
- uses: actions/setup-python@latest
+ uses: actions/setup-python@v5
24
25
python-version: 3.12
26
0 commit comments