Skip to content

Commit 939c34f

Browse files
Bump actions/checkout from 3.5.2 to 3.5.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e5e7e5...c85c95e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 71484af commit 939c34f

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)