Skip to content

Commit

Permalink
workflows: use checkout@v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Apr 28, 2024
1 parent 05f5503 commit a4a05be
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Rust

on: [push, pull_request]


jobs:
build_test:
runs-on: ubuntu-latest
Expand All @@ -13,7 +12,7 @@ jobs:
- beta
- stable
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
submodules: true
- name: Obtain Rust
Expand All @@ -30,7 +29,7 @@ jobs:
- beta
- stable
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
submodules: true
- name: Obtain Rust
Expand All @@ -40,7 +39,7 @@ jobs:
build_wasm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
submodules: true
- name: Obtain Rust
Expand All @@ -60,7 +59,7 @@ jobs:
- beta
- stable
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
submodules: true
- name: Obtain Rust
Expand All @@ -70,7 +69,7 @@ jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
submodules: true
- name: Obtain Rust
Expand All @@ -84,7 +83,7 @@ jobs:
rust:
- stable
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
submodules: true
- name: Obtain Rust
Expand Down

0 comments on commit a4a05be

Please sign in to comment.