Skip to content

Commit ddb2413

Browse files
Update actions/checkout action to v5
1 parent 29e106f commit ddb2413

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@v4
17+
- uses: actions/checkout@v5
1818
- uses: pnpm/action-setup@v4
1919
- uses: actions/setup-node@v4
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@v4
9+
- uses: actions/checkout@v5
1010
- uses: pnpm/action-setup@v4
1111
- uses: actions/setup-node@v4
1212
with:

0 commit comments

Comments
 (0)