1717 repo : cross
1818 matches : ${{ matrix.platform }}
1919 token : ${{ secrets.GITHUB_TOKEN }}
20- - uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
20+ - uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
2121 with :
2222 name : cross-${{ matrix.platform }}
2323 path : ${{ steps.cross.outputs.install_path }}
3333 # artifacts are downloaded first.
3434 needs : install-cross
3535 steps :
36- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
36+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3737 with :
3838 submodules : true
3939 - if : matrix.mingw_package
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
69+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7070 with :
7171 submodules : true
7272 - run : ci/set_rust_version.bash ${{ matrix.channel }} ${{ matrix.target }}
8282 cc :
8383 runs-on : ubuntu-22.04
8484 steps :
85- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
85+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
106+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
118+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
119119 with :
120120 submodules : true
121121
122122 - name : Download Cross
123- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
123+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
124124 with :
125125 name : cross-linux-musl
126126 path : /tmp/
0 commit comments