From ca1dd18331522479f09d29ab28474e936a44926e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:00:56 +0900 Subject: [PATCH] Bump the github-actions-all group with 2 updates (#41) Bumps the github-actions-all group with 2 updates: [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `dtolnay/rust-toolchain` from 21dc36fb71dd22e3317045c0c31a3f4249868b17 to 7b1c307e0dcbda6122208f10795a713336a9b35a - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/compare/21dc36fb71dd22e3317045c0c31a3f4249868b17...7b1c307e0dcbda6122208f10795a713336a9b35a) Updates `docker/build-push-action` from 6.5.0 to 6.7.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/5176d81f87c23d6fc96624dfdbcd9f3830bbe445...5cd11c3a4ced054e52742c5fd54dca954e0edd85) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-type: direct:production dependency-group: github-actions-all - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cicd.yml | 6 +++--- .github/workflows/clippy.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index fd3340d..ebd64fb 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -29,7 +29,7 @@ jobs: group: large-github-hosted-runner-production labels: large-github-hosted-runner-production-32cores steps: - - uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17 # Latest + - uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a # Latest with: toolchain: stable components: rustfmt,clippy @@ -87,7 +87,7 @@ jobs: # To sort the matrix, use inline syntax. - { target: aarch64-apple-darwin, runner: macos-14-xlarge } steps: - - uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17 # Latest + - uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a # Latest with: toolchain: stable targets: ${{ matrix.job.target }} @@ -174,7 +174,7 @@ jobs: type=semver,pattern={{version}},suffix=,enable=${{ matrix.job.target-os == 'alpine' }} type=semver,pattern={{version}} - name: Build and push Docker image - uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0 + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 with: context: . file: Dockerfile-${{ matrix.job.target-os }} diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index be58b79..e7deafc 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -11,7 +11,7 @@ jobs: pull-requests: write steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17 # Latest as of 2023-11-16 + - uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a # Latest as of 2023-11-16 with: toolchain: stable components: clippy