We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e6667b commit 58e3345Copy full SHA for 58e3345
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
if: ${{ !startsWith(github.head_ref, 'release-please--') }}
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
15
16
- name: Setup pnpm
17
uses: pnpm/action-setup@v4
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
if: ${{ needs.release-please.outputs.release_created }}
28
29
30
31
32
33
0 commit comments