We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2083d8f commit a50cc48Copy full SHA for a50cc48
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
15
name: Test TypeScript build
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
18
- name: Install pnpm
19
uses: pnpm/action-setup@v4
20
with:
.github/workflows/npm-publish.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
@@ -30,7 +30,7 @@ jobs:
30
needs: build
31
32
33
34
35
36
0 commit comments