We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada5f73 commit dcda48fCopy full SHA for dcda48f
1 file changed
.github/workflows/update-best-of-list.yml
@@ -31,7 +31,7 @@ jobs:
31
git fetch --tags --force
32
git show-ref --tags --verify --quiet -- "refs/tags/${{ env.VERSION }}" && echo "VERSION=$(date '+%Y.%m.%d-%H.%M')" >> $GITHUB_ENV || exit 0
33
- name: create-update-branch
34
- uses: peterjgrainger/action-create-branch@v3.0.0
+ uses: peterjgrainger/action-create-branch@v4.0.0
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
with:
0 commit comments