File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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 }}
You can’t perform that action at this time.
0 commit comments