From 5334a7cdef82719d21a77f593f17f4fa3b6424f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 03:45:56 +0000 Subject: [PATCH] Bump peterjgrainger/action-create-branch from 3.0.0 to 4.0.0 Bumps [peterjgrainger/action-create-branch](https://github.com/peterjgrainger/action-create-branch) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/peterjgrainger/action-create-branch/releases) - [Commits](https://github.com/peterjgrainger/action-create-branch/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: peterjgrainger/action-create-branch dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-best-of-list.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-best-of-list.yml b/.github/workflows/update-best-of-list.yml index aab481a..a348762 100644 --- a/.github/workflows/update-best-of-list.yml +++ b/.github/workflows/update-best-of-list.yml @@ -31,7 +31,7 @@ jobs: git fetch --tags --force git show-ref --tags --verify --quiet -- "refs/tags/${{ env.VERSION }}" && echo "VERSION=$(date '+%Y.%m.%d-%H.%M')" >> $GITHUB_ENV || exit 0 - name: create-update-branch - uses: peterjgrainger/action-create-branch@v3.0.0 + uses: peterjgrainger/action-create-branch@v4.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: