Skip to content

Commit 8d70598

Browse files
Update actions/checkout action to v6
1 parent fc9c1ac commit 8d70598

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/export-notion-blocks-and-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 35
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- uses: pnpm/action-setup@v4
1919
- uses: actions/setup-node@v6
2020
with:

.github/workflows/lint-and-check-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Lint and Check Types
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v5
9+
- uses: actions/checkout@v6
1010
- uses: pnpm/action-setup@v4
1111
- uses: actions/setup-node@v6
1212
with:

0 commit comments

Comments
 (0)