diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 5a143ce..ce4ead8 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -33,17 +33,17 @@ jobs: - name: Install git-cliff uses: taiki-e/install-action@v2 with: - tool: git-cliff@2.10.1 + tool: git-cliff@2.12.0 - name: Install cargo-workspaces uses: taiki-e/install-action@v2 with: - tool: cargo-workspaces@0.4.1 + tool: cargo-workspaces@0.4.2 - name: Install cargo-semver-checks uses: taiki-e/install-action@v2 with: - tool: cargo-semver-checks@0.44.0 + tool: cargo-semver-checks@0.46.0 # For testing a new version of the holochain_release_util, you can uncomment the following lines: # The next step will have to be commented out to avoid replacing this version. @@ -53,7 +53,7 @@ jobs: - name: Install holochain_release_util uses: taiki-e/install-action@v2 with: - tool: holochain_release_util@0.1.3 + tool: holochain_release_util@0.1.4 - name: Prepare release run: | diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 3bf4cb1..3bbc238 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -19,7 +19,7 @@ jobs: - name: Install cargo-workspaces uses: taiki-e/install-action@v2 with: - tool: cargo-workspaces@0.4.1 + tool: cargo-workspaces@0.4.2 # For testing a new version of the holochain_release_util, you can uncomment the following lines: # The next step will have to be commented out to avoid replacing this version. @@ -29,7 +29,7 @@ jobs: - name: Install holochain_release_util uses: taiki-e/install-action@v2 with: - tool: holochain_release_util@0.1.3 + tool: holochain_release_util@0.1.4 # Note that if the HEAD commit did not come from a PR that was labeled with `hra-release`, this will be a no-op. - name: Publish release