Skip to content

Commit bfc5680

Browse files
build: update actions/checkout version to v4 in workflow files for improved functionality
1 parent df637e0 commit bfc5680

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/rust-minimal.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
container:
3636
image: ${{ matrix.docker_image }}
3737
steps:
38+
- uses: actions/checkout@v4
39+
3840
- name: Markdown autodocs
3941
uses: dineshsonachalam/[email protected]
4042
with:

.github/workflows/rust-stable.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
container:
3636
image: ${{ matrix.docker_image }}
3737
steps:
38+
- uses: actions/checkout@v4
39+
3840
- name: Markdown autodocs
3941
uses: dineshsonachalam/[email protected]
4042
with:

0 commit comments

Comments
 (0)