From 2dc96f6fc33f15080f17b5e1bb8c95777424eedc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 21:41:29 +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 5be2fc8..a12dbf8 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 }} @@ -19,7 +19,7 @@ jobs: needs: [test-upload, test-download] steps: # This test is for node-based actions, we want to test our actions - - uses: open-turo/actions-gha/test@v1 + - uses: open-turo/actions-gha/test@v2 with: checkout-repo: true 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 }}