From 96ee4a0ce7cb2be595490ed96a4b8c5fee9ef254 Mon Sep 17 00:00:00 2001 From: glihm Date: Tue, 26 Nov 2024 11:28:21 -0600 Subject: [PATCH] ci: update rust toolchain and conventional commit format (#2727) * ci: use conventional commit for devcontainer PR proposal * ci: fix rust version --- .github/workflows/ci.yml | 2 +- .github/workflows/devcontainer.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d50f3e81a..5708a669cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: env: CARGO_TERM_COLOR: always - RUST_VERSION: 1.79.0 + RUST_VERSION: 1.80.0 jobs: build: diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index 08672eb7f1..ce4ccc1ec7 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -100,7 +100,7 @@ jobs: with: # We have to use a PAT in order to trigger ci token: ${{ secrets.CREATE_PR_TOKEN }} - title: "Update devcontainer image: ${{ needs.build-and-push.outputs.tag_name }}" + title: "chore(devcontainer): update image: ${{ needs.build-and-push.outputs.tag_name }}" commit-message: "Update devcontainer image: ${{ needs.build-and-push.outputs.tag_name }}" branch: bump-devcontainer base: main