Skip to content

Commit 435daab

Browse files
chore(deps): update github actions
| datasource | package | from | to | | ------------ | ------- | ------ | ------ | | rust-version | rust | 1.95.0 | 1.96.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7399ee3 commit 435daab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
- name: Install Rust toolchain
154154
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
155155
with:
156-
toolchain: "1.95.0"
156+
toolchain: "1.96.0"
157157
components: clippy, rustfmt
158158
targets: ${{ matrix.target }}
159159

@@ -182,7 +182,7 @@ jobs:
182182
cat "${ASSET_NAME}.tar.gz.sha256"
183183
184184
- name: Upload to Release
185-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
185+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3
186186
with:
187187
tag_name: v${{ needs.release.outputs.new_release_version }}
188188
files: |

0 commit comments

Comments
 (0)