We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339e9c1 commit ebcc23dCopy full SHA for ebcc23d
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
9
env:
10
CARGO_TERM_COLOR: always
11
- RUST_VERSION: 1.79.0
+ RUST_VERSION: 1.80.0
12
13
jobs:
14
build:
.github/workflows/devcontainer.yml
@@ -100,7 +100,7 @@ jobs:
100
with:
101
# We have to use a PAT in order to trigger ci
102
token: ${{ secrets.CREATE_PR_TOKEN }}
103
- title: "Update devcontainer image: ${{ needs.build-and-push.outputs.tag_name }}"
+ title: "chore(devcontainer): update image: ${{ needs.build-and-push.outputs.tag_name }}"
104
commit-message: "Update devcontainer image: ${{ needs.build-and-push.outputs.tag_name }}"
105
branch: bump-devcontainer
106
base: main
0 commit comments