We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2803a9c commit f07112fCopy full SHA for f07112f
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
node-version: [18.x, 20.x]
15
steps:
16
- - uses: actions/checkout@v4.3.0
+ - uses: actions/checkout@v4.3.1
17
- uses: ./.github/actions/prepare
18
- name: use pnpm to build CLI
19
run: |
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
id-token: write
12
- name: Checkout 🔧
- uses: actions/checkout@v4.3.0
+ uses: actions/checkout@v4.3.1
- name: Install pnpm 🔧
uses: pnpm/action-setup@v4.2.0
with:
0 commit comments