Skip to content

Commit f07112f

Browse files
chore(deps): update actions/checkout action to v4.3.1 (#130)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2803a9c commit f07112f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
node-version: [18.x, 20.x]
1515
steps:
16-
- uses: actions/checkout@v4.3.0
16+
- uses: actions/checkout@v4.3.1
1717
- uses: ./.github/actions/prepare
1818
- name: use pnpm to build CLI
1919
run: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
id-token: write
1212
steps:
1313
- name: Checkout 🔧
14-
uses: actions/checkout@v4.3.0
14+
uses: actions/checkout@v4.3.1
1515
- name: Install pnpm 🔧
1616
uses: pnpm/action-setup@v4.2.0
1717
with:

0 commit comments

Comments
 (0)