Skip to content

Commit 59ca96f

Browse files
committed
Update release.yml
1 parent 9da7c57 commit 59ca96f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
notarize: true
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@34e1148
3131

3232
- name: Set up Go
33-
uses: actions/setup-go@v5
33+
uses: actions/setup-go@40f1582
3434
with:
3535
go-version-file: go.mod
3636

@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Sign and notarize darwin binary
6363
if: matrix.notarize
64-
uses: indygreg/apple-code-sign-action@v1
64+
uses: indygreg/apple-code-sign-action@44d0985b
6565
with:
6666
input_path: dist/apprise-go-${{ matrix.goos }}-${{ matrix.goarch }}
6767
p12_file: apple_codesign.p12
@@ -75,13 +75,13 @@ jobs:
7575

7676
- name: Upload release asset
7777
if: github.event_name == 'release'
78-
uses: softprops/action-gh-release@v2
78+
uses: softprops/action-gh-release@a06a81a0
7979
with:
8080
files: dist/apprise-go-${{ matrix.goos }}-${{ matrix.goarch }}
8181

8282
- name: Upload artifact
8383
if: github.event_name != 'release'
84-
uses: actions/upload-artifact@v4
84+
uses: actions/upload-artifact@ea165f8d
8585
with:
8686
name: apprise-go-${{ matrix.goos }}-${{ matrix.goarch }}
8787
path: dist/apprise-go-${{ matrix.goos }}-${{ matrix.goarch }}

0 commit comments

Comments
 (0)