Skip to content

Commit dce65df

Browse files
authored
Merge pull request #134 from rust-lang/dependabot/github_actions/actions/checkout-3.5.3
Bump actions/checkout from 3.5.2 to 3.5.3
2 parents 71484af + 939c34f commit dce65df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# artifacts are downloaded first.
3434
needs: install-cross
3535
steps:
36-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
36+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3737
with:
3838
submodules: true
3939
- if: matrix.mingw_package
@@ -66,7 +66,7 @@ jobs:
6666
# macOS isn't currently using this either, but see the note about Windows above.
6767
needs: install-cross
6868
steps:
69-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
69+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
7070
with:
7171
submodules: true
7272
- run: ci/set_rust_version.bash ${{ matrix.channel }} ${{ matrix.target }}
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ubuntu-latest
8484
needs: install-cross
8585
steps:
86-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
86+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
8787
with:
8888
submodules: true
8989

0 commit comments

Comments
 (0)