Skip to content

Commit d98c1bd

Browse files
chore(deps): update actions/checkout action to v6
1 parent 72164a5 commit d98c1bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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: [20.x, 22.x]
1515
steps:
16-
- uses: actions/checkout@v4.3.1
16+
- uses: actions/checkout@v6.0.2
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.1
14+
uses: actions/checkout@v6.0.2
1515
- name: Install pnpm 🔧
1616
uses: pnpm/action-setup@v4.4.0
1717
with:

0 commit comments

Comments
 (0)