Skip to content

Commit ebcc23d

Browse files
authored
ci: update rust toolchain and conventional commit format (#2727)
* ci: use conventional commit for devcontainer PR proposal * ci: fix rust version
1 parent 339e9c1 commit ebcc23d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
CARGO_TERM_COLOR: always
11-
RUST_VERSION: 1.79.0
11+
RUST_VERSION: 1.80.0
1212

1313
jobs:
1414
build:

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
# We have to use a PAT in order to trigger ci
102102
token: ${{ secrets.CREATE_PR_TOKEN }}
103-
title: "Update devcontainer image: ${{ needs.build-and-push.outputs.tag_name }}"
103+
title: "chore(devcontainer): update image: ${{ needs.build-and-push.outputs.tag_name }}"
104104
commit-message: "Update devcontainer image: ${{ needs.build-and-push.outputs.tag_name }}"
105105
branch: bump-devcontainer
106106
base: main

0 commit comments

Comments
 (0)