diff --git a/.github/workflows/properties.yml b/.github/workflows/properties.yml index 480d83e7d..ef6686b79 100644 --- a/.github/workflows/properties.yml +++ b/.github/workflows/properties.yml @@ -28,7 +28,7 @@ jobs: run: echo "NOW=$(date +'%Y-%m-%dT%H%M')" >> $GITHUB_ENV - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: base: main branch: migrations/${{ env.NOW }}