1414 meta :
1515 timeout-minutes : 15
1616 runs-on : ubuntu-24.04
17- container : ghcr.io/linkerd/dev:v47 -rust
17+ container : ghcr.io/linkerd/dev:v48 -rust
1818 steps :
19- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
19+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2020 - uses : ./.github/actions/version-mode
2121 id : meta
2222 with :
@@ -38,16 +38,16 @@ jobs:
3838 arch : arm64
3939 timeout-minutes : 10
4040 runs-on : ubuntu-24.04
41- container : ghcr.io/linkerd/dev:v47 -rust-musl
41+ container : ghcr.io/linkerd/dev:v48 -rust-musl
4242 steps :
4343 - name : Install MinGW
4444 if : matrix.os == 'windows'
4545 run : apt-get update && apt-get install mingw-w64 -y
46- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
46+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
4747 - run : just validator arch=${{ matrix.arch }} os=${{ matrix.os }} profile=release version=${{ needs.meta.outputs.version }} package
4848 env :
4949 CARGO : " cargo auditable"
50- - uses : actions/upload-artifact@v4
50+ - uses : actions/upload-artifact@v5
5151 with :
5252 name : ${{ matrix.arch }}-${{ matrix.os }}-artifacts
5353 path : target/package/
@@ -59,13 +59,13 @@ jobs:
5959 contents : write
6060 runs-on : ubuntu-24.04
6161 steps :
62- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
62+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
6363 with :
6464 path : ${{ runner.temp }}/artifacts
6565 - run : find "$RUNNER_TEMP"/artifacts -type f -ls
66- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
66+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
6767 - if : needs.meta.outputs.mode == 'release'
68- uses : softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836
68+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b
6969 with :
7070 name : validator ${{ needs.meta.outputs.version }}
7171 files : ${{ runner.temp }}/artifacts/**/*
0 commit comments