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 0c883a7 commit 23b9f7eCopy full SHA for 23b9f7e
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
21
steps:
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
23
with:
24
persist-credentials: false
25
.github/workflows/render.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
- name: Checkout
30
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
31
32
fetch-depth: 0 # fetch all history so that last modified date-times are accurate
33
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
- "ubuntu-latest"
43
44
45
46
47
48
0 commit comments