diff --git a/.github/workflows/update-list.yml b/.github/workflows/update-list.yml index 88602ab..83ec6c3 100644 --- a/.github/workflows/update-list.yml +++ b/.github/workflows/update-list.yml @@ -30,7 +30,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@v2.0.1 + uses: peterjgrainger/action-create-branch@v2.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: