We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c8fc6 commit 4bae5a1Copy full SHA for 4bae5a1
.github/workflows/rust.yml
@@ -152,7 +152,7 @@ jobs:
152
153
- name: Install cross
154
if: matrix.use-cross
155
- uses: taiki-e/install-action@f355b1dcaf1a1c56ccead97cc540a259faf4bd5a # v2
+ uses: taiki-e/install-action@e7ef886cf8f69c25ecef6bbc2858a42e273496ec # v2
156
with:
157
tool: cross
158
@@ -240,7 +240,7 @@ jobs:
240
path: ${{ steps.package.outputs.pkg-path }}
241
242
- name: Publish archives and packages
243
- uses: softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2
+ uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2
244
if: startsWith(github.ref, 'refs/tags/v')
245
246
draft: true
0 commit comments