From 145229edafbc2919b7d16e2c3aa2cda685c32bed Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sun, 8 Sep 2024 15:55:26 +0200 Subject: [PATCH] Update workflow --- .github/workflows/version.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 43daf1d..880dde3 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -13,9 +13,10 @@ jobs: uses: actions/checkout@v4 - name: Update TOC Interface version - uses: p3lim/toc-interface-updater@v3 + uses: p3lim/toc-interface-updater@v4 with: - future: true + beta: true + ptr: true - name: Create pull request uses: peter-evans/create-pull-request@v6