From 1ab45f92d79dd73763cc4a00c3c494cb5ea7a0f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 06:03:06 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot). Updates `actions/checkout` from 6 to 7 - [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...v7) Updates `fastify/github-action-merge-dependabot` from 3.14.0 to 3.15.0 - [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases) - [Commits](https://github.com/fastify/github-action-merge-dependabot/compare/v3.14.0...v3.15.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: fastify/github-action-merge-dependabot dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/main_pointerstar.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_pointerstar.yml b/.github/workflows/main_pointerstar.yml index 9768387..3f342f0 100644 --- a/.github/workflows/main_pointerstar.yml +++ b/.github/workflows/main_pointerstar.yml @@ -22,7 +22,7 @@ jobs: timeout-minutes: 15 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Node.js uses: actions/setup-node@v6 @@ -100,7 +100,7 @@ jobs: contents: write steps: - - uses: fastify/github-action-merge-dependabot@v3.14.0 + - uses: fastify/github-action-merge-dependabot@v3.15.0 with: use-github-auto-merge: true skip-verification: true