File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
# Step 1: Check out the repository
20
20
# Description: Checks out the repository so that the workflow can access its contents.
21
21
- name : Checkout repository
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
# Step 2: Install mise using the specified action
24
24
# Description: Installs mise, a tool for building and deploying documentation, along
25
25
# with the tools defined in the mise.toml file.
Original file line number Diff line number Diff line change 21
21
# Step 1: Check out the repository
22
22
# Description: Checks out the repository so that the workflow can access its contents.
23
23
- name : Checkout repository
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@v5
25
25
# Step 2: Install mise using the specified action
26
26
# Description: Installs mise, along with the tools defined in the mise.toml file.
27
27
- name : Install mise
You can’t perform that action at this time.
0 commit comments