Skip to content

Commit dcda48f

Browse files
Bump peterjgrainger/action-create-branch from 3.0.0 to 4.0.0 (#46)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ada5f73 commit dcda48f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-best-of-list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
git fetch --tags --force
3232
git show-ref --tags --verify --quiet -- "refs/tags/${{ env.VERSION }}" && echo "VERSION=$(date '+%Y.%m.%d-%H.%M')" >> $GITHUB_ENV || exit 0
3333
- name: create-update-branch
34-
uses: peterjgrainger/action-create-branch@v3.0.0
34+
uses: peterjgrainger/action-create-branch@v4.0.0
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
with:

0 commit comments

Comments
 (0)