Skip to content

Commit 8f5948c

Browse files
ci: bump the github-actions group across 1 directory with 5 updates (#187)
Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.1` | `4.2.2` | | [taiki-e/setup-cross-toolchain-action](https://github.com/taiki-e/setup-cross-toolchain-action) | `1.24.0` | `1.27.0` | | [taiki-e/upload-rust-binary-action](https://github.com/taiki-e/upload-rust-binary-action) | `1.22.0` | `1.24.0` | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `1.11.0` | `1.11.1` | | [MarcoIeni/release-plz-action](https://github.com/marcoieni/release-plz-action) | `0.5.76` | `0.5.88` | Updates `actions/checkout` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@eef6144...11bd719) Updates `taiki-e/setup-cross-toolchain-action` from 1.24.0 to 1.27.0 - [Release notes](https://github.com/taiki-e/setup-cross-toolchain-action/releases) - [Changelog](https://github.com/taiki-e/setup-cross-toolchain-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/setup-cross-toolchain-action@92417c3...1b7a78f) Updates `taiki-e/upload-rust-binary-action` from 1.22.0 to 1.24.0 - [Release notes](https://github.com/taiki-e/upload-rust-binary-action/releases) - [Changelog](https://github.com/taiki-e/upload-rust-binary-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/upload-rust-binary-action@3bbb07b...e7953b6) Updates `actions/create-github-app-token` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@5d869da...c1a2851) Updates `MarcoIeni/release-plz-action` from 0.5.76 to 0.5.88 - [Release notes](https://github.com/marcoieni/release-plz-action/releases) - [Commits](release-plz/action@ede2f28...ca87622) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: taiki-e/setup-cross-toolchain-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: taiki-e/upload-rust-binary-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/create-github-app-token dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: MarcoIeni/release-plz-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ethan Pailes <pailes@google.com>
1 parent 42974fb commit 8f5948c

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build_binaries.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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

.github/workflows/presubmit.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
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
@@ -26,7 +26,7 @@ jobs:
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
@@ -38,7 +38,7 @@ jobs:
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
@@ -50,7 +50,7 @@ jobs:
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
@@ -63,7 +63,7 @@ jobs:
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:

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -32,7 +32,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)