We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45b5dd commit 26859d4Copy full SHA for 26859d4
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
name: Quality Assurance
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
11
with:
12
fetch-depth: 0
13
- uses: pnpm/action-setup@v4
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
build:
19
20
21
22
23
24
0 commit comments