From c6de72c2af03b73302829f71c01c3dcd0a0725bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 06:03:06 +0000 Subject: [PATCH] chore(deps): bump the ga-dependencies group with 2 updates Bumps the ga-dependencies group with 2 updates: [Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml](https://github.com/staffbase/gha-workflows) and [actions/checkout](https://github.com/actions/checkout). Updates `Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml` from 13.5.0 to 13.6.0 - [Release notes](https://github.com/staffbase/gha-workflows/releases) - [Commits](https://github.com/staffbase/gha-workflows/compare/v13.5.0...v13.6.0) Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml dependency-version: 13.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ga-dependencies - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ga-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-merge.yml | 2 +- .github/workflows/publish-npm.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index aac9348..d234e76 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -4,7 +4,7 @@ on: pull_request jobs: dependabot: - uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v13.5.0 + uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v13.6.0 secrets: app_id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }} private_key: ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }} diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index a72950d..60676ba 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: Setup Node uses: actions/setup-node@v6.4.0 with: