Skip to content

Commit a5536c8

Browse files
authored
Merge pull request #166 from Cysharp/dependabot/github_actions/dependencies-8a8da66a1b
Bump actions-rust-lang/setup-rust-toolchain from 1.16.1 to 1.17.0 in the dependencies group
2 parents 1a280f8 + 859a2b2 commit a5536c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-natives.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.checkout-ref || github.ref }}
186186
submodules: true
187187
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
188-
- uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1.16.1
188+
- uses: actions-rust-lang/setup-rust-toolchain@166cdcfd11aee3cb47222f9ddb555ce30ddb9659 # v1.17.0
189189
- run: cargo build --target x86_64-unknown-linux-gnu --profile ${PROFILE}
190190
env:
191191
PROFILE: ${{ env._RUST_BUILD_CONFIG == 'debug' && 'dev' || env._RUST_BUILD_CONFIG }}

0 commit comments

Comments
 (0)