Skip to content

Commit

Permalink
Pin Github Actions Versions (#1359)
Browse files Browse the repository at this point in the history
* pin gha versions

* pin gha version

* fix hash
  • Loading branch information
sergejparity authored and cmichi committed Aug 31, 2022
1 parent f20b1f1 commit 0e3a5ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,28 +41,28 @@ jobs:
- run: npm install wasm-opt -g

- name: Checkout sources & submodules
uses: actions/checkout@master
uses: actions/checkout@v3
with:
fetch-depth: 1
submodules: recursive

- name: Install toolchain
id: toolchain
uses: actions-rs/toolchain@master
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}
components: rust-src
override: true

- name: Install cargo-dylint
uses: baptiste0928/cargo-install@v1
uses: baptiste0928/cargo-install@bf6758885262d0e6f61089a9d8c8790d3ac3368f # v1.3.0
with:
crate: cargo-dylint
version: 1

- name: Install dylint-link
uses: baptiste0928/cargo-install@v1
uses: baptiste0928/cargo-install@bf6758885262d0e6f61089a9d8c8790d3ac3368f # v1.3.0
with:
crate: dylint-link
version: 1
Expand Down

0 comments on commit 0e3a5ae

Please sign in to comment.