From d94a98e5de668e31cca815fd11e4c069db467949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 14:39:19 +0000 Subject: [PATCH] Bump p3lim/toc-interface-updater from 3 to 4 Bumps [p3lim/toc-interface-updater](https://github.com/p3lim/toc-interface-updater) from 3 to 4. - [Release notes](https://github.com/p3lim/toc-interface-updater/releases) - [Commits](https://github.com/p3lim/toc-interface-updater/compare/v3...v4) --- 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/interface-version.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/interface-version.yml b/.github/workflows/interface-version.yml index c025fd1..c494d1e 100644 --- a/.github/workflows/interface-version.yml +++ b/.github/workflows/interface-version.yml @@ -21,25 +21,25 @@ jobs: uses: actions/checkout@v4 - name: Checking Vanilla - uses: p3lim/toc-interface-updater@v3 + uses: p3lim/toc-interface-updater@v4 with: flavor: vanilla future: true - name: Checking Wrath - uses: p3lim/toc-interface-updater@v3 + uses: p3lim/toc-interface-updater@v4 with: flavor: wrath future: true - name: Checking Cata - uses: p3lim/toc-interface-updater@v3 + uses: p3lim/toc-interface-updater@v4 with: flavor: cata future: true - name: Checking Retail - uses: p3lim/toc-interface-updater@v3 + uses: p3lim/toc-interface-updater@v4 with: flavor: retail future: true