diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 1d1a3ab..a9f00e3 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -8,8 +8,8 @@ jobs: name: cargo deny --all-features check runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + - uses: moonrepo/setup-rust@abb2d32350334249b178c401e5ec5836e0cd88d3 with: inherit-toolchain: true bins: cargo-deny diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index bff010a..b605d10 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -6,8 +6,8 @@ jobs: name: cargo test --all-features runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + - uses: moonrepo/setup-rust@abb2d32350334249b178c401e5ec5836e0cd88d3 with: inherit-toolchain: true - run: cargo test --all-features @@ -16,8 +16,8 @@ jobs: name: cargo +nightly fmt -- --check runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + - uses: moonrepo/setup-rust@abb2d32350334249b178c401e5ec5836e0cd88d3 with: components: rustfmt channel: nightly @@ -27,8 +27,8 @@ jobs: name: cargo +nightly cranky --all-targets -- -D warnings runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + - uses: moonrepo/setup-rust@abb2d32350334249b178c401e5ec5836e0cd88d3 with: components: clippy bins: cargo-cranky@0.3.0 @@ -39,9 +39,9 @@ jobs: name: cargo deny --all-features check licenses runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Install Rust toolchain - uses: moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 + uses: moonrepo/setup-rust@abb2d32350334249b178c401e5ec5836e0cd88d3 with: inherit-toolchain: true bins: cargo-deny diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2c776a5..72b5223 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,22 +17,22 @@ jobs: # Generating a GitHub token, so that PRs and tags created by # the release-plz-action can trigger actions workflows. - name: Generate GitHub token - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 id: generate-token with: app-id: ${{ secrets.RELEASE_PLZ_APP_ID }} # <-- GitHub App ID secret name private-key: ${{ secrets.RELEASE_PLZ_APP_PRIVATE_KEY }} # <-- GitHub App private key secret name - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: fetch-depth: 0 - name: Install Rust toolchain - uses: moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 + uses: moonrepo/setup-rust@abb2d32350334249b178c401e5ec5836e0cd88d3 with: inherit-toolchain: true bins: cross - name: Run release-plz - uses: MarcoIeni/release-plz-action@dde7b63054529c440305a924e5849c68318bcc9a + uses: MarcoIeni/release-plz-action@1528104d2ca23787631a1c1f022abb64b34c1e11 env: GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}