Skip to content

Commit

Permalink
Merge pull request #230 from boinkor-net/dependabot/github_actions/gi…
Browse files Browse the repository at this point in the history
…thub-actions-b22220909e

Bump the github-actions group with 2 updates
  • Loading branch information
antifuchs authored Jun 10, 2024
2 parents 14dbf86 + 505e426 commit 55e9ad7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# TODO: figure out how this works with workspaces & multiple crates

- name: Create release v${{steps.version.outputs.group2}}
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: v${{ steps.version.outputs.group2 }}
name: ${{steps.version.outputs.group1}} v${{ steps.version.outputs.group2 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- uses: actions/checkout@v4
- uses: chainguard-dev/actions/setup-gitsign@main
- name: Install cargo-release
uses: taiki-e/cache-cargo-install-action@v1
uses: taiki-e/cache-cargo-install-action@v2
with:
tool: cargo-release
- name: Install cargo-semver-checks
uses: taiki-e/cache-cargo-install-action@v1
uses: taiki-e/cache-cargo-install-action@v2
with:
tool: cargo-semver-checks

Expand Down

0 comments on commit 55e9ad7

Please sign in to comment.