Skip to content

Commit 183ab1b

Browse files
committed
GitHub release action: pin BigWigs packager action version to before the regression; also update checkout action to v6
1 parent 7d0ceb7 commit 183ab1b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,39 +32,39 @@ jobs:
3232

3333
# we first have to clone the AddOn project, this is a required step
3434
- name: Clone Project
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
with:
3737
# you can specify how much of the commit history you want to fetch,
3838
# which is useful for controlling the length of the automated changelog
3939
fetch-depth: 0
4040

4141
# once cloned, we just run the GitHub Action for the packager project
4242
- name: Package and Release
43-
uses: BigWigsMods/packager@master
43+
uses: BigWigsMods/packager@ff6d62f02a715b81a56169c1fed2a6bbd470e2ce
4444

4545
# the -g arg releases with all classic tags
4646
# uploading to CurseForge requires the X-Curse-Project-ID field in the toc file, or else no upload
4747
- name: Package and Release for Vanilla Classic
48-
uses: BigWigsMods/packager@master
48+
uses: BigWigsMods/packager@ff6d62f02a715b81a56169c1fed2a6bbd470e2ce
4949
with:
5050
args: -g classic
5151

5252
- name: Package and Release for Burning Crusade Classic
53-
uses: BigWigsMods/packager@master
53+
uses: BigWigsMods/packager@ff6d62f02a715b81a56169c1fed2a6bbd470e2ce
5454
with:
5555
args: -g bcc
5656

5757
- name: Package and Release for Wrath of the Lich King Classic
58-
uses: BigWigsMods/packager@master
58+
uses: BigWigsMods/packager@ff6d62f02a715b81a56169c1fed2a6bbd470e2ce
5959
with:
6060
args: -g wrath
6161

6262
- name: Package and Release for Cataclysm Classic
63-
uses: BigWigsMods/packager@master
63+
uses: BigWigsMods/packager@ff6d62f02a715b81a56169c1fed2a6bbd470e2ce
6464
with:
6565
args: -g cata
6666

6767
- name: Package and Release for Mists of Pandaria Classic
68-
uses: BigWigsMods/packager@master
68+
uses: BigWigsMods/packager@ff6d62f02a715b81a56169c1fed2a6bbd470e2ce
6969
with:
7070
args: -g mists

0 commit comments

Comments
 (0)