File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,19 +45,19 @@ jobs:
4545 timeout-minutes : 60
4646 steps :
4747 - name : Checkout repository
48- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
48+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4949 - name : Install Rust toolchain
5050 uses : moonrepo/setup-rust@e013866c4215f77c925f42f60257dec7dd18836e
5151 with :
5252 inherit-toolchain : true
5353 bins : cross
54- - uses : taiki-e/setup-cross-toolchain-action@92417c3484017b78b44195de2e0026e080f1e001
54+ - uses : taiki-e/setup-cross-toolchain-action@1b7a78f3a5d6480ee3fff55b679f60bc2fb2286e
5555 with :
5656 target : ${{ matrix.target }}
5757 if : startsWith(matrix.os, 'ubuntu') && !contains(matrix.target, '-musl')
5858 - run : echo "RUSTFLAGS=${RUSTFLAGS} -C target-feature=+crt-static" >> "${GITHUB_ENV}"
5959 if : endsWith(matrix.target, 'windows-msvc')
60- - uses : taiki-e/upload-rust-binary-action@3bbb07bb7f438d0fdf6ce5118bdf9e6e21c0b2a5
60+ - uses : taiki-e/upload-rust-binary-action@e7953b6078194a4ae5f5619632e3715db6275561
6161 with :
6262 bin : shpool
6363 target : ${{ matrix.target }}
Original file line number Diff line number Diff line change 88 name : cargo deny --all-features check
99 runs-on : ubuntu-22.04
1010 steps :
11- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
11+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1212 - uses : moonrepo/setup-rust@e013866c4215f77c925f42f60257dec7dd18836e
1313 with :
1414 inherit-toolchain : true
Original file line number Diff line number Diff line change 66 name : cargo test --all-features
77 runs-on : ubuntu-22.04
88 steps :
9- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
9+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1010 - uses : moonrepo/setup-rust@e013866c4215f77c925f42f60257dec7dd18836e
1111 with :
1212 inherit-toolchain : true
2626 # name: cargo +nightly miri test
2727 # runs-on: ubuntu-22.04
2828 # steps:
29- # - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
29+ # - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3030 # - uses: moonrepo/setup-rust@b8edcc56aab474d90c7cf0bb8beeaf8334c15e9f
3131 # with:
3232 # components: miri
3838 name : cargo +nightly fmt -- --check
3939 runs-on : ubuntu-22.04
4040 steps :
41- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
41+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4242 - uses : moonrepo/setup-rust@e013866c4215f77c925f42f60257dec7dd18836e
4343 with :
4444 components : rustfmt
5050 name : cargo +nightly cranky --all-targets -- -D warnings
5151 runs-on : ubuntu-22.04
5252 steps :
53- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
53+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5454 - uses : moonrepo/setup-rust@e013866c4215f77c925f42f60257dec7dd18836e
5555 with :
5656 components : clippy
6363 name : cargo deny --all-features check licenses
6464 runs-on : ubuntu-22.04
6565 steps :
66- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
66+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
6767 - name : Install Rust toolchain
6868 uses : moonrepo/setup-rust@e013866c4215f77c925f42f60257dec7dd18836e
6969 with :
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 # Generating a GitHub token, so that PRs and tags created by
1818 # the release-plz-action can trigger actions workflows.
1919 - name : Generate GitHub token
20- uses : actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69
20+ uses : actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755
2121 id : generate-token
2222 with :
2323 app-id : ${{ secrets.RELEASE_PLZ_APP_ID }} # <-- GitHub App ID secret name
2424 private-key : ${{ secrets.RELEASE_PLZ_APP_PRIVATE_KEY }} # <-- GitHub App private key secret name
2525 - name : Checkout repository
26- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
26+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2727 with :
2828 fetch-depth : 0
2929 - name : Install Rust toolchain
3232 inherit-toolchain : true
3333 bins : cross
3434 - name : Run release-plz
35- uses : MarcoIeni/release-plz-action@ede2f28fa44b20604b878348dda4a27f21a434da
35+ uses : MarcoIeni/release-plz-action@ca8762285a5dc0c220cb4a7896c9986ff6c97ecf
3636 env :
3737 GITHUB_TOKEN : ${{ steps.generate-token.outputs.token }}
3838 CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
You can’t perform that action at this time.
0 commit comments