From 7e01158b623ba917d9a3103fea703a098a519781 Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Mon, 13 May 2024 14:03:07 +0000 Subject: [PATCH 1/2] chore: Synced local '.github/' with remote 'sync-files/js/.github/' --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab37983..9228f0a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: npm run lint npm test - name: Release - uses: cycjimmy/semantic-release-action@v2 + uses: cycjimmy/semantic-release-action@v3 with: extra_plugins: | @semantic-release/commit-analyzer diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 141812e..59e546c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ # limitations under the License. name: Test -on: [push, pull_request] +on: [push, pull_request, workflow_call] jobs: test: runs-on: ubuntu-latest From 6c6d904dd174b78bf601ce28b6396461bf51d606 Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Mon, 13 May 2024 14:03:07 +0000 Subject: [PATCH 2/2] chore: Synced local '.github/workflows/dependabot.yml' with remote '.github/workflows/dependabot.yml' --- .github/workflows/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 6b46ebb..a271121 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -19,7 +19,10 @@ permissions: contents: write jobs: + test: + uses: ./.github/workflows/test.yml dependabot: + needs: test runs-on: ubuntu-latest if: ${{ github.actor == 'dependabot[bot]' }} env: