Skip to content

Commit

Permalink
Merge pull request #21 from Limmek/dependabot/github_actions/p3lim/to…
Browse files Browse the repository at this point in the history
…c-interface-updater-4

Bump p3lim/toc-interface-updater from 3 to 4
  • Loading branch information
Limmek authored Sep 10, 2024
2 parents e9e37a4 + d94a98e commit 1636e07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/interface-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1636e07

Please sign in to comment.