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 f53ba7c commit 019ecf8Copy full SHA for 019ecf8
.github/workflows/docs.yaml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Check out current revision
19
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
20
with:
21
fetch-depth: 0
22
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
runs-on: ubuntu-24.04
36
37
38
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
39
40
- name: Fetch tip of main branch to support diffing
41
run: git fetch --depth 1 origin main
.github/workflows/scripts.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Python
uses: actions/setup-python@v6
0 commit comments