We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ca8f0e + f68dbdb commit 411a6d6Copy full SHA for 411a6d6
.github/workflows/check.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Checkout code
21
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
22
with:
23
fetch-depth: 0
24
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
17
- name: Set up Node.js
uses: actions/setup-node@v6
.github/workflows/pre-build.yml
@@ -15,7 +15,7 @@ jobs:
0 commit comments