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 9354563 commit 82466a5Copy full SHA for 82466a5
.github/workflows/build-docs.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
31
steps:
32
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
33
with:
34
fetch-depth: 0
35
persist-credentials: false
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
.github/workflows/pre-commit.yml
@@ -11,7 +11,7 @@ jobs:
11
name: pre-commit-hooks
12
13
14
15
16
17
0 commit comments