Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Mar 19, 2024
2 parents 1f544c1 + 00c18e1 commit 05e78b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.2
- uses: ahmadnassri/[email protected]
with:
target: minor
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.2
-
name: Run Labeler
if: success()
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:

# we first have to clone the AddOn project, this is a required step
- name: Clone project
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.2
with:
fetch-depth: 0 # gets git history for changelogs

# once cloned, we just run the GitHub Action for the packager project
- name: WoW Packager
uses: BigWigsMods/packager@v2.1.0
uses: BigWigsMods/packager@v2.2.1

0 comments on commit 05e78b3

Please sign in to comment.