Skip to content

Commit

Permalink
Update taiki-e/create-gh-release-action digest to 8df4de6
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Oct 10, 2023
1 parent a55ba92 commit 32ffb1f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# https://github.com/crate-ci/cargo-release/issues/594 is addressed.
version: =0.21.4
locked: true
- uses: taiki-e/create-gh-release-action@9762dfdfe60a96b3fef6c4a0aaafd9840f1195b7 # v1
- uses: taiki-e/create-gh-release-action@8df4de6534ceacdaed10a08f73418ca751f31793 # v1
with:
prefix: target-spec
changelog: target-spec/CHANGELOG.md
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
# https://github.com/crate-ci/cargo-release/issues/594 is addressed.
version: =0.21.4
locked: true
- uses: taiki-e/create-gh-release-action@9762dfdfe60a96b3fef6c4a0aaafd9840f1195b7 # v1
- uses: taiki-e/create-gh-release-action@8df4de6534ceacdaed10a08f73418ca751f31793 # v1
with:
prefix: target-spec-miette
changelog: target-spec-miette/CHANGELOG.md
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
# https://github.com/crate-ci/cargo-release/issues/594 is addressed.
version: =0.21.4
locked: true
- uses: taiki-e/create-gh-release-action@9762dfdfe60a96b3fef6c4a0aaafd9840f1195b7 # v1
- uses: taiki-e/create-gh-release-action@8df4de6534ceacdaed10a08f73418ca751f31793 # v1
with:
prefix: guppy-summaries
changelog: guppy-summaries/CHANGELOG.md
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
# https://github.com/crate-ci/cargo-release/issues/594 is addressed.
version: =0.21.4
locked: true
- uses: taiki-e/create-gh-release-action@9762dfdfe60a96b3fef6c4a0aaafd9840f1195b7 # v1
- uses: taiki-e/create-gh-release-action@8df4de6534ceacdaed10a08f73418ca751f31793 # v1
with:
prefix: guppy
changelog: guppy/CHANGELOG.md
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
# https://github.com/crate-ci/cargo-release/issues/594 is addressed.
version: =0.21.4
locked: true
- uses: taiki-e/create-gh-release-action@9762dfdfe60a96b3fef6c4a0aaafd9840f1195b7 # v1
- uses: taiki-e/create-gh-release-action@8df4de6534ceacdaed10a08f73418ca751f31793 # v1
with:
prefix: determinator
changelog: tools/determinator/CHANGELOG.md
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
# https://github.com/crate-ci/cargo-release/issues/594 is addressed.
version: =0.21.4
locked: true
- uses: taiki-e/create-gh-release-action@9762dfdfe60a96b3fef6c4a0aaafd9840f1195b7 # v1
- uses: taiki-e/create-gh-release-action@8df4de6534ceacdaed10a08f73418ca751f31793 # v1
with:
prefix: hakari
changelog: tools/hakari/CHANGELOG.md
Expand All @@ -192,7 +192,7 @@ jobs:
persist-credentials: false
# Note: do not publish this to crates.io until binaries are built and uploaded below. This is
# so that `cargo binstall` keeps working.
- uses: taiki-e/create-gh-release-action@9762dfdfe60a96b3fef6c4a0aaafd9840f1195b7 # v1
- uses: taiki-e/create-gh-release-action@8df4de6534ceacdaed10a08f73418ca751f31793 # v1
id: create-gh-release
with:
prefix: cargo-hakari
Expand Down

0 comments on commit 32ffb1f

Please sign in to comment.