We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9111699 commit d494cdeCopy full SHA for d494cde
.github/workflows/docs.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
steps:
31
- name: Checkout
32
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
33
with:
34
fetch-depth: 0 # Fetch all history for git info
35
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
16
17
- name: Run markdownlint-cli2
18
uses: DavidAnson/markdownlint-cli2-action@v19
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
pull-requests: write
19
20
- name: Checkout repository
21
22
23
fetch-depth: 0
24
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments