Skip to content

Commit b3dfea3

Browse files
committed
deps: Upgrade softprops/[email protected]
1 parent 8bdac9e commit b3dfea3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
# REF: https://github.com/marketplace/actions/gh-release
175175
# Create a release only in nushell/nightly repo
176176
- name: Publish Archive
177-
uses: softprops/[email protected].8
177+
uses: softprops/[email protected].9
178178
if: ${{ startsWith(github.repository, 'nushell/nightly') }}
179179
with:
180180
prerelease: true
@@ -201,7 +201,7 @@ jobs:
201201
- name: Create Checksums
202202
run: cd release && shasum -a 256 * > ../SHA256SUMS
203203
- name: Publish Checksums
204-
uses: softprops/[email protected].8
204+
uses: softprops/[email protected].9
205205
with:
206206
draft: false
207207
prerelease: true

0 commit comments

Comments
 (0)