Skip to content

Commit 3a36024

Browse files
Update actions/checkout action to v5
1 parent b8c1855 commit 3a36024

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: ⚙️ Checkout code
9-
uses: actions/checkout@v4
9+
uses: actions/checkout@v5
1010

1111
- name: Markdownlint CLi Action
1212
uses: DavidAnson/markdownlint-cli2-action@v20

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 5
1818
steps:
1919
- name: ⚙️ Checkout code
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0
2323

0 commit comments

Comments
 (0)