Skip to content

Commit a50cc48

Browse files
renovate[bot]Nonolanlan1007
authored andcommitted
chore(deps): update actions/checkout action to v6
1 parent 2083d8f commit a50cc48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
name: Test TypeScript build
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- name: Install pnpm
1919
uses: pnpm/action-setup@v4
2020
with:

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
- name: Install pnpm
1616
uses: pnpm/action-setup@v4
1717
with:
@@ -30,7 +30,7 @@ jobs:
3030
needs: build
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v6
3434
- name: Install pnpm
3535
uses: pnpm/action-setup@v4
3636
with:

0 commit comments

Comments
 (0)