Skip to content

Commit 9b3256d

Browse files
chore(deps): update actions/checkout action to v6
1 parent 9f31f96 commit 9b3256d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
MDBOOK_VERSION: '0.4.40'
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: Setup deno
2222
uses: denoland/setup-deno@v1

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
MDBOOK_ALERTS_VERSION: '0.5.2'
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232

3333
- name: Setup Pages
3434
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)