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.
2 parents 2191712 + fde05d8 commit f98e5caCopy full SHA for f98e5ca
.github/workflows/lint-test.yaml
@@ -27,7 +27,7 @@ jobs:
27
if: needs.changes.outputs.src != 'false'
28
steps:
29
- name: Checkout
30
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
31
with:
32
fetch-depth: 0
33
@@ -97,7 +97,7 @@ jobs:
97
98
99
100
101
102
103
.github/workflows/release.yaml
@@ -19,7 +19,7 @@ jobs:
19
packages: write
20
21
22
23
24
- name: Fetch history
25
run: git fetch --prune --unshallow
0 commit comments