We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b59e34e + 3e3d386 commit b94798aCopy full SHA for b94798a
.github/workflows/lint-test.yaml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Checkout
10
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
11
with:
12
fetch-depth: 0
13
.github/workflows/release.yaml
@@ -24,7 +24,7 @@ jobs:
24
password: ${{ secrets.GITHUB_TOKEN }}
25
26
27
28
29
30
0 commit comments