@@ -45,10 +45,10 @@ jobs:
4545 KEYCHAIN_PASSWORD : ${{ secrets.KEYCHAIN_PASSWORD }}
4646 MACOS_NOTARY_KEYCHAIN_PROFILE : ${{ secrets.MACOS_NOTARY_KEYCHAIN_PROFILE }}
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v6
4949 with :
5050 fetch-depth : 0
51- - uses : actions/cache@v4
51+ - uses : actions/cache@v5
5252 with :
5353 path : dist/${{ matrix.cache-subdir }}
5454 key : goreleaser-${{ matrix.os }}-${{ github.sha }}
@@ -96,13 +96,13 @@ jobs:
9696 echo "KEYCHAIN_PATH=$KEYCHAIN_PATH" >>$GITHUB_ENV
9797
9898 - if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && steps.cache-check.outputs.cache-hit != 'true'
99- uses : goreleaser/goreleaser-action@v6.3.0
99+ uses : goreleaser/goreleaser-action@v7
100100 with :
101101 distribution : goreleaser-pro
102102 version : nightly
103103 args : release --clean --split ${{ matrix._ids }} --skip=winget
104104 - if : (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && !startsWith(github.ref, 'refs/tags/v'))) && steps.cache-check.outputs.cache-hit != 'true'
105- uses : goreleaser/goreleaser-action@v6.3.0
105+ uses : goreleaser/goreleaser-action@v7
106106 with :
107107 distribution : goreleaser-pro
108108 version : nightly
@@ -113,20 +113,20 @@ jobs:
113113 needs : build
114114 runs-on : ubuntu-latest
115115 steps :
116- - uses : actions/checkout@v4
116+ - uses : actions/checkout@v6
117117 with :
118118 fetch-depth : 0
119- - uses : actions/cache@v4
119+ - uses : actions/cache@v5
120120 with :
121121 key : goreleaser-macos-latest-${{ github.sha }}
122122 path : dist/darwin
123123 fail-on-cache-miss : true
124- - uses : actions/cache@v4
124+ - uses : actions/cache@v5
125125 with :
126126 key : goreleaser-windows-latest-${{ github.sha }}
127127 path : dist/windows
128128 fail-on-cache-miss : true
129- - uses : actions/cache@v4
129+ - uses : actions/cache@v5
130130 with :
131131 key : goreleaser-ubuntu-22.04-arm-${{ github.sha }}
132132 path : dist/linux
@@ -137,12 +137,12 @@ jobs:
137137 mv dist/linux dist/linux-arm64
138138 # update paths in artifacts.json (dist/linux -> dist/linux-arm64)
139139 sed -i 's/dist\/linux/dist\/linux-arm64/g' dist/linux-arm64/artifacts.json
140- - uses : actions/cache@v4
140+ - uses : actions/cache@v5
141141 with :
142142 key : goreleaser-ubuntu-22.04-${{ github.sha }}
143143 path : dist/linux
144144 fail-on-cache-miss : true
145- - uses : goreleaser/goreleaser-action@v6.3.0
145+ - uses : goreleaser/goreleaser-action@v7
146146 with :
147147 distribution : goreleaser-pro
148148 version : nightly
0 commit comments