Skip to content

Commit 687852f

Browse files
Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) Updates `actions/download-artifact` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...634f93c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c2c7b0 commit 687852f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
69+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7070
with:
7171
submodules: true
7272
- run: ci/set_rust_version.bash ${{ matrix.channel }} ${{ matrix.target }}
@@ -82,7 +82,7 @@ jobs:
8282
cc:
8383
runs-on: ubuntu-22.04
8484
steps:
85-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
85+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8686
with:
8787
submodules: true
8888
# Ensures --all-features builds correctly, the current logic will mean it
@@ -103,7 +103,7 @@ jobs:
103103
package:
104104
runs-on: ubuntu-22.04
105105
steps:
106-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
106+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
107107
with:
108108
submodules: true
109109
- run: |
@@ -115,12 +115,12 @@ jobs:
115115
runs-on: ubuntu-latest
116116
needs: install-cross
117117
steps:
118-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
118+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
119119
with:
120120
submodules: true
121121

122122
- name: Download Cross
123-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
123+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
124124
with:
125125
name: cross-linux-musl
126126
path: /tmp/
@@ -148,7 +148,7 @@ jobs:
148148
minimal-versions:
149149
runs-on: ${{ matrix.os }}
150150
steps:
151-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
151+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
152152
with:
153153
submodules: true
154154

0 commit comments

Comments
 (0)