From f73d348013f8818f2554e79bb8555b30191aa189 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 06:03:29 +0000 Subject: [PATCH] chore(deps): update langri-sha/github action to v0.7.1 --- .github/workflows/publish.yml | 2 +- .github/workflows/terraform.yml | 2 +- .github/workflows/web.yml | 4 ++-- .github/workflows/workspace.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dd7fb3c6a..1ea429ded 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,7 +6,7 @@ on: jobs: packages: name: Packages - uses: langri-sha/github/.github/workflows/packages.yml@v0.5.2 + uses: langri-sha/github/.github/workflows/packages.yml@v0.7.1 with: environment: release scope: '@langri-sha' diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 510cf9bf2..5b2abf0fb 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -33,6 +33,6 @@ jobs: uses: actions/checkout@v4 - name: Run checks - uses: langri-sha/github/actions/terraform@v0.4.0 + uses: langri-sha/github/actions/terraform@v0.7.1 with: working-directory: ${{ matrix.working-directory }} diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 3ded2ab3d..c63530e1a 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Setup PNPM - uses: langri-sha/github/actions/pnpm@v0.4.0 + uses: langri-sha/github/actions/pnpm@v0.7.1 - name: Build run: pnpm build @@ -53,7 +53,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Google Cloud Platform - uses: langri-sha/github/actions/google-cloud-platform@v0.4.0 + uses: langri-sha/github/actions/google-cloud-platform@v0.7.1 with: service_account: ${{ vars.SERVICE_ACCOUNT }} setup_gcloud: true diff --git a/.github/workflows/workspace.yml b/.github/workflows/workspace.yml index 7301991e5..81f2ab992 100644 --- a/.github/workflows/workspace.yml +++ b/.github/workflows/workspace.yml @@ -8,7 +8,7 @@ on: jobs: workspace: - uses: langri-sha/github/.github/workflows/workspace.yml@v0.4.0 + uses: langri-sha/github/.github/workflows/workspace.yml@v0.7.1 with: beachball: true eslint: true