Skip to content

Commit 3e3c07e

Browse files
authored
chore(deps): update actions/checkout action to v6 (#2295)
1 parent df05356 commit 3e3c07e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- uses: pnpm/action-setup@v4
1313
- uses: actions/setup-node@v6
1414
with:

guide/static-deploy-github-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
- name: Set up Node
3838
uses: actions/setup-node@v6
3939
with:

0 commit comments

Comments
 (0)