Skip to content

Commit 69b6848

Browse files
authored
chore(deps): update actions/checkout action to v5 (#33)
2 parents 68e748a + 0e32d57 commit 69b6848

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@v4
19+
uses: actions/checkout@v5
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@v4
31+
uses: actions/checkout@v5
3232

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

0 commit comments

Comments
 (0)