Skip to content

Commit b76600b

Browse files
build(deps): bump SebRollen/toml-action from 1.0.2 to 1.2.0 (#47)
Bumps [SebRollen/toml-action](https://github.com/sebrollen/toml-action) from 1.0.2 to 1.2.0. - [Release notes](https://github.com/sebrollen/toml-action/releases) - [Commits](SebRollen/toml-action@v1.0.2...v1.2.0) --- updated-dependencies: - dependency-name: SebRollen/toml-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5caed9c commit b76600b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
- uses: actions/checkout@v4
180180
- uses: dtolnay/rust-toolchain@stable
181181
- name: extract version from Cargo.toml
182-
uses: SebRollen/toml-action@v1.0.2
182+
uses: SebRollen/toml-action@v1.2.0
183183
id: version
184184
with:
185185
file: Cargo.toml

.github/workflows/build_dispatch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- uses: actions/checkout@v4
114114
- uses: dtolnay/rust-toolchain@stable
115115
- name: extract version from Cargo.toml
116-
uses: SebRollen/toml-action@v1.0.2
116+
uses: SebRollen/toml-action@v1.2.0
117117
id: version
118118
with:
119119
file: Cargo.toml

0 commit comments

Comments
 (0)