Skip to content

Commit c9e2542

Browse files
committed
chore(github): update actions
1 parent 611bb94 commit c9e2542

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/build-rust-binary/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
using: composite
1111
steps:
1212
- if: runner.os == 'Linux'
13-
uses: taiki-e/install-action@v2
13+
uses: taiki-e/install-action@3771e22aa892e03fd35585fae288baad1755695c # v2.78.2
1414
with:
1515
tool: cross
1616
- if: runner.os == 'Linux'

.github/actions/setup-rust-build/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inputs:
1313
runs:
1414
using: composite
1515
steps:
16-
- uses: dtolnay/rust-toolchain@stable
16+
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
1717
with:
1818
targets: ${{ inputs.target }}
1919
components: rustfmt, clippy

.github/workflows/benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818
- name: Install rust toolchain
19-
uses: dtolnay/rust-toolchain@stable
19+
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
2020
- name: Set up cargo cache
2121
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
2222
- name: Install just

0 commit comments

Comments
 (0)