From 8050cd8378d55f8f7c7cca8c388eedec8b462367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 18:44:35 +0000 Subject: [PATCH] build(deps): bump peterjgrainger/action-create-branch Bumps [peterjgrainger/action-create-branch](https://github.com/peterjgrainger/action-create-branch) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/peterjgrainger/action-create-branch/releases) - [Commits](https://github.com/peterjgrainger/action-create-branch/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: peterjgrainger/action-create-branch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/sync-from-upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-from-upstream.yml b/.github/workflows/sync-from-upstream.yml index 8562fb84d..dbad2d8a5 100644 --- a/.github/workflows/sync-from-upstream.yml +++ b/.github/workflows/sync-from-upstream.yml @@ -29,7 +29,7 @@ jobs: process.env['GITHUB_OUTPUT'], 'latest-release=' + upstreamLatest.data.tag_name + '\n'); ## CREATE A BRANCH - - uses: peterjgrainger/action-create-branch@v2.3.0 + - uses: peterjgrainger/action-create-branch@v2.4.0 id: create_a_branch env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}