From db3f69ab54572a1f6d5ed77002c981045a3f012c Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Mon, 13 May 2024 14:02:53 +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 ab379838..9228f0a2 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 141812ef..59e546c2 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 31cc5b8d2bfc46f8c2e121c8d5c69095f5e54f1b Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Mon, 13 May 2024 14:02:53 +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 6b46ebbb..a2711211 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: