From 273d74e3c4dd3464cc3a4d2a5013dfb2d397ba0b Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Thu, 30 Nov 2023 19:58:32 +0100 Subject: [PATCH] Use future versions when bumping toc --- .github/workflows/version.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index beab9b2..e44a163 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -14,6 +14,8 @@ jobs: - name: Update TOC Interface version uses: p3lim/toc-interface-updater@v3 + with: + future: true - name: Create pull request uses: peter-evans/create-pull-request@v5