-
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update taiki-e/create-gh-release-action digest to c88e967
- Loading branch information
1 parent
cc10946
commit 8e7e6e3
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
uses: taiki-e/install-action@99774fec7fd4f75144bd0134a24a992297768308 # v2 | ||
with: | ||
tool: [email protected] | ||
- uses: taiki-e/create-gh-release-action@8df4de6534ceacdaed10a08f73418ca751f31793 # v1 | ||
- uses: taiki-e/create-gh-release-action@c88e967dc754f9d45751df0de0a9e636115f121d # v1 | ||
with: | ||
prefix: nextest-filtering | ||
changelog: nextest-filtering/CHANGELOG.md | ||
|
@@ -45,7 +45,7 @@ jobs: | |
uses: taiki-e/install-action@99774fec7fd4f75144bd0134a24a992297768308 # v2 | ||
with: | ||
tool: [email protected] | ||
- uses: taiki-e/create-gh-release-action@8df4de6534ceacdaed10a08f73418ca751f31793 # v1 | ||
- uses: taiki-e/create-gh-release-action@c88e967dc754f9d45751df0de0a9e636115f121d # v1 | ||
with: | ||
prefix: nextest-metadata | ||
changelog: nextest-metadata/CHANGELOG.md | ||
|
@@ -70,7 +70,7 @@ jobs: | |
uses: taiki-e/install-action@99774fec7fd4f75144bd0134a24a992297768308 # v2 | ||
with: | ||
tool: [email protected] | ||
- uses: taiki-e/create-gh-release-action@8df4de6534ceacdaed10a08f73418ca751f31793 # v1 | ||
- uses: taiki-e/create-gh-release-action@c88e967dc754f9d45751df0de0a9e636115f121d # v1 | ||
with: | ||
prefix: nextest-runner | ||
changelog: nextest-runner/CHANGELOG.md | ||
|
@@ -91,7 +91,7 @@ jobs: | |
persist-credentials: false | ||
# Note: do not publish this until binaries are built and uploaded below. This is so that | ||
# `cargo binstall` keeps working. | ||
- uses: taiki-e/create-gh-release-action@8df4de6534ceacdaed10a08f73418ca751f31793 # v1 | ||
- uses: taiki-e/create-gh-release-action@c88e967dc754f9d45751df0de0a9e636115f121d # v1 | ||
id: create-gh-release | ||
with: | ||
prefix: cargo-nextest | ||
|