Skip to content

Commit 00b7b40

Browse files
chore(ci): bump the github-actions group with 3 updates (#1914)
1 parent 7fb696c commit 00b7b40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
fi
138138
139139
- name: Install Rust toolchain
140-
uses: actions-rust-lang/setup-rust-toolchain@02be93da58aa71fb456aa9c43b301149248829d8 # v1
140+
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1
141141
with:
142142
toolchain: "1.86.0"
143143
target: ${{ matrix.target }}
@@ -152,7 +152,7 @@ jobs:
152152

153153
- name: Install cross
154154
if: matrix.use-cross
155-
uses: taiki-e/install-action@5ab30948b991e8d6aa5a6c1e33c6aea130c6de65 # v2
155+
uses: taiki-e/install-action@f355b1dcaf1a1c56ccead97cc540a259faf4bd5a # v2
156156
with:
157157
tool: cross
158158

@@ -240,7 +240,7 @@ jobs:
240240
path: ${{ steps.package.outputs.pkg-path }}
241241

242242
- name: Publish archives and packages
243-
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2
243+
uses: softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2
244244
if: startsWith(github.ref, 'refs/tags/v')
245245
with:
246246
draft: true

0 commit comments

Comments
 (0)