Skip to content

Commit 31a49ea

Browse files
committed
chore: update again
1 parent 9a977eb commit 31a49ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
# binary_postfix: ".exe"
3030

3131
steps:
32-
- uses: dtolnay/rust-toolchain@master
32+
- uses: dtolnay/rust-toolchain@stable
3333
with:
3434
toolchain: ${{ matrix.rust }}
35-
targets: "x86_64-apple-darwin, x86_64-unknown-linux-gnu, x86_64-pc-windows-msvc"
36-
- uses: actions/checkout@v2
35+
targets: "x86_64-apple-darwin, x86_64-unknown-linux-gnu"
36+
- uses: actions/checkout@v4
3737
- run: cargo build --release --target ${{ matrix.target }}
3838

3939
- name: Packaging final binary
@@ -49,7 +49,7 @@ jobs:
4949
shasum -a 256 gooseberry-${{ matrix.artifact_prefix }}.tar.gz > gooseberry-${{ matrix.artifact_prefix }}.sha256
5050
fi
5151
- name: Releasing assets
52-
uses: softprops/action-gh-release@v1
52+
uses: softprops/action-gh-release@v2
5353
with:
5454
files: |
5555
target/${{ matrix.target }}/release/gooseberry-${{ matrix.artifact_prefix }}.tar.gz

0 commit comments

Comments
 (0)