Skip to content

Commit

Permalink
build(deps): bump open-turo/actions-release from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [open-turo/actions-release](https://github.com/open-turo/actions-release) from 3 to 4.
- [Release notes](https://github.com/open-turo/actions-release/releases)
- [Commits](open-turo/actions-release@v3...v4)

---
updated-dependencies:
- dependency-name: open-turo/actions-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and shakefu committed Nov 18, 2023
1 parent d4fa851 commit e61d1c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: open-turo/actions-release/semantic-release@v3
- uses: open-turo/actions-release/semantic-release@v4
id: semantic-release
with:
github-token: ${{ secrets.GHA_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: open-turo/actions-release/semantic-release@v3
- uses: open-turo/actions-release/semantic-release@v4
with:
github-token: ${{ secrets.GHA_TOKEN }}

0 comments on commit e61d1c4

Please sign in to comment.