Skip to content

Commit 80c597a

Browse files
authored
Merge pull request #250 from rust-lang/dependabot/github_actions/github-actions-816cc69e5d
Bump the github-actions group across 1 directory with 3 updates
2 parents 6452d5d + 87e775c commit 80c597a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
repo: cross
1818
matches: ${{ matrix.platform }}
1919
token: ${{ secrets.GITHUB_TOKEN }}
20-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
20+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
2121
with:
2222
name: cross-${{ matrix.platform }}
2323
path: ${{ steps.cross.outputs.install_path }}
@@ -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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
124124
with:
125125
name: cross-linux-musl
126126
path: /tmp/
@@ -146,7 +146,7 @@ jobs:
146146
minimal-versions:
147147
runs-on: ${{ matrix.os }}
148148
steps:
149-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
149+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
150150
with:
151151
submodules: true
152152

0 commit comments

Comments
 (0)