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 9e77f68 commit 37a0cddCopy full SHA for 37a0cdd
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
18
19
- name: Use Node.js
20
uses: actions/setup-node@v6
.github/workflows/quality.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Setup Biome
uses: biomejs/setup-biome@v2
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
contents: write
pull-requests: write
21
0 commit comments