Skip to content

Commit 2b16028

Browse files
chore(deps): update all non-major dependencies
1 parent e168463 commit 2b16028

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Check clippy lints
4545
run: cargo clippy -- -D warnings -A clippy::result_large_err
4646

47-
- uses: cocogitto/cocogitto-action@v3.8
47+
- uses: cocogitto/cocogitto-action@v3.11
4848
with:
4949
check-latest-tag-only: true
5050
git-user: glsl-lang
@@ -159,7 +159,7 @@ jobs:
159159
&& cargo-workspaces -V
160160
)
161161
162-
- uses: cocogitto/cocogitto-action@v3.8
162+
- uses: cocogitto/cocogitto-action@v3.11
163163
id: release
164164
# Set to true because the action fails if there's nothing to release
165165
continue-on-error: true

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.82.0"
2+
channel = "1.87.0"
33
components = ["rustfmt", "clippy"]
44
profile = "minimal"

0 commit comments

Comments
 (0)