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: