From 475fd4b5706e663d74a687e2e539bda657616a0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 02:53:23 +0000 Subject: [PATCH] Bump p3lim/toc-interface-updater from 2 to 3 Bumps [p3lim/toc-interface-updater](https://github.com/p3lim/toc-interface-updater) from 2 to 3. - [Release notes](https://github.com/p3lim/toc-interface-updater/releases) - [Commits](https://github.com/p3lim/toc-interface-updater/compare/v2...v3) --- updated-dependencies: - dependency-name: p3lim/toc-interface-updater dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 0895460..beab9b2 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Update TOC Interface version - uses: p3lim/toc-interface-updater@v2 + uses: p3lim/toc-interface-updater@v3 - name: Create pull request uses: peter-evans/create-pull-request@v5