Skip to content

Commit

Permalink
build(deps): bump open-turo/actions-gha from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [open-turo/actions-gha](https://github.com/open-turo/actions-gha) from 1 to 2.
- [Release notes](https://github.com/open-turo/actions-gha/releases)
- [Commits](open-turo/actions-gha@v1...v2)

---
updated-dependencies:
- dependency-name: open-turo/actions-gha
  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 tagoro9 committed Aug 31, 2023
1 parent 427325a commit 5f9a444
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: open-turo/actions-gha/lint@v1
- uses: open-turo/actions-gha/lint@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -18,7 +18,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: open-turo/actions-gha/test@v1
- uses: open-turo/actions-gha/test@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: open-turo/actions-gha/lint@v1
- uses: open-turo/actions-gha/lint@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -18,7 +18,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: open-turo/actions-gha/test@v1
- uses: open-turo/actions-gha/test@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: open-turo/actions-gha/release@v1
- uses: open-turo/actions-gha/release@v2
with:
extra-plugins: |
semantic-release-github-pullrequest

0 comments on commit 5f9a444

Please sign in to comment.