From c3aaeae22f3b5069890d48ae716418653d619145 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Thu, 30 Nov 2023 19:59:26 +0100 Subject: [PATCH] Bump toc-interface-updater in workflow --- .github/workflows/version.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 0895460..e44a163 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -13,7 +13,9 @@ jobs: uses: actions/checkout@v3 - name: Update TOC Interface version - uses: p3lim/toc-interface-updater@v2 + uses: p3lim/toc-interface-updater@v3 + with: + future: true - name: Create pull request uses: peter-evans/create-pull-request@v5