Skip to content

Commit ee0fcc4

Browse files
chore(deps): update rustforweb/.github action to v1.0.1
1 parent 115dd53 commit ee0fcc4

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ permissions:
1212
jobs:
1313
commits:
1414
name: Commits
15-
uses: RustForWeb/.github/.github/workflows/commits.yml@b12847e2aa8dede8174ffff5f1ecf932699aeac8 # v1.0.0
15+
uses: RustForWeb/.github/.github/workflows/commits.yml@dc2442c27ef9f920a1a889ec94e615b419b491b2 # v1.0.1
1616

1717
rust:
1818
name: Rust
19-
uses: RustForWeb/.github/.github/workflows/rust.yml@b12847e2aa8dede8174ffff5f1ecf932699aeac8 # v1.0.0
19+
uses: RustForWeb/.github/.github/workflows/rust.yml@dc2442c27ef9f920a1a889ec94e615b419b491b2 # v1.0.1
2020
with:
2121
target: wasm32-unknown-unknown

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
publish:
1414
name: Publish
15-
uses: RustForWeb/.github/.github/workflows/publish.yml@b12847e2aa8dede8174ffff5f1ecf932699aeac8 # v1.0.0
15+
uses: RustForWeb/.github/.github/workflows/publish.yml@dc2442c27ef9f920a1a889ec94e615b419b491b2 # v1.0.1
1616
with:
1717
enable-rust: true
1818
enable-typescript: false

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ permissions:
1010
jobs:
1111
pull-request:
1212
name: Pull Request
13-
uses: RustForWeb/.github/.github/workflows/pull-request.yml@b12847e2aa8dede8174ffff5f1ecf932699aeac8 # v1.0.0
13+
uses: RustForWeb/.github/.github/workflows/pull-request.yml@dc2442c27ef9f920a1a889ec94e615b419b491b2 # v1.0.1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
jobs:
1919
release:
2020
name: Release
21-
uses: RustForWeb/.github/.github/workflows/release.yml@b12847e2aa8dede8174ffff5f1ecf932699aeac8 # v1.0.0
21+
uses: RustForWeb/.github/.github/workflows/release.yml@dc2442c27ef9f920a1a889ec94e615b419b491b2 # v1.0.1
2222
with:
2323
bump: ${{ inputs.bump }}
2424
bump-rust: true

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ concurrency:
1818
jobs:
1919
book:
2020
name: Book
21-
uses: RustForWeb/.github/.github/workflows/book.yml@b12847e2aa8dede8174ffff5f1ecf932699aeac8 # v1.0.0
21+
uses: RustForWeb/.github/.github/workflows/book.yml@dc2442c27ef9f920a1a889ec94e615b419b491b2 # v1.0.1

0 commit comments

Comments
 (0)