Skip to content

Commit 6002327

Browse files
Bump actions/checkout from 4 to 5 (#54)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 224ccab commit 6002327

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Step 1: Check out the repository
2020
# Description: Checks out the repository so that the workflow can access its contents.
2121
- name: Checkout repository
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
# Step 2: Install mise using the specified action
2424
# Description: Installs mise, a tool for building and deploying documentation, along
2525
# with the tools defined in the mise.toml file.

.github/workflows/docs-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Step 1: Check out the repository
2222
# Description: Checks out the repository so that the workflow can access its contents.
2323
- name: Checkout repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
# Step 2: Install mise using the specified action
2626
# Description: Installs mise, along with the tools defined in the mise.toml file.
2727
- name: Install mise

0 commit comments

Comments
 (0)