Skip to content

Commit aa261b8

Browse files
esteveroboticswithjulia
authored andcommitted
test
Signed-off-by: Esteve Fernandez <esteve@apache.org>
1 parent 90a34a9 commit aa261b8

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/rust-minimal.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ jobs:
3535
container:
3636
image: ${{ matrix.docker_image }}
3737
steps:
38-
- uses: actions/checkout@v2
39-
with:
40-
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
41-
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
42-
ref: refs/heads/${{ github.head_ref }}
38+
- uses: actions/checkout@v4
4339

4440
- uses: technology-studio-forks/markdown-embed-code@main
4541
with:

.github/workflows/rust-stable.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ jobs:
3535
container:
3636
image: ${{ matrix.docker_image }}
3737
steps:
38-
- uses: actions/checkout@v2
39-
with:
40-
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
41-
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
42-
ref: refs/heads/${{ github.head_ref }}
38+
- uses: actions/checkout@v4
4339

4440
- uses: technology-studio-forks/markdown-embed-code@main
4541
with:

0 commit comments

Comments
 (0)