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