Skip to content

Commit

Permalink
ci: update rust toolchain and conventional commit format (dojoengine#…
Browse files Browse the repository at this point in the history
…2727)

* ci: use conventional commit for devcontainer PR proposal

* ci: fix rust version
  • Loading branch information
glihm authored and augustin-v committed Dec 4, 2024
1 parent 760151b commit 96ee4a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.79.0
RUST_VERSION: 1.80.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96ee4a0

Please sign in to comment.