We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0125281 + d2123df commit 857dc2dCopy full SHA for 857dc2d
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
22
steps:
23
- name: Checkout repository
24
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
25
with:
26
fetch-depth: 0 # Needed for git-revision-date-localized-plugin
27
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
85
86
- name: Run markdownlint
87
uses: nosborn/github-action-markdown-cli@v3.5.0
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
0 commit comments