From 4fc2dfe4e7673506d495b2caf6fc838a69b7868d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 14:04:20 +0000 Subject: [PATCH] build(deps): bump open-turo/actions-gha from 1 to 2 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](https://github.com/open-turo/actions-gha/compare/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] --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/release.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 576eb96..0fffa47 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }} @@ -17,6 +17,6 @@ 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 }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8981018..4c9c73a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }} @@ -17,7 +17,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 }} @@ -28,6 +28,6 @@ jobs: name: Release runs-on: ubuntu-latest steps: - - uses: open-turo/actions-gha/release@v1 + - uses: open-turo/actions-gha/release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}