Skip to content

Commit 88f2ad8

Browse files
chore(deps): update actions/checkout action to v5
1 parent b3886b2 commit 88f2ad8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4.3.0
12+
- uses: actions/checkout@v5.0.0
1313
- uses: ./.github/actions/prepare
1414
- name: Use pnpm to build site
1515
run: |

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4.3.0
12+
- uses: actions/checkout@v5.0.0
1313
- uses: ./.github/actions/prepare
1414
- name: Use pnpm to build site
1515
run: pnpm build

0 commit comments

Comments
 (0)