Skip to content

Commit

Permalink
Merge pull request #2418 from davidhewitt/update-actions
Browse files Browse the repository at this point in the history
ci: update action versions
  • Loading branch information
davidhewitt committed Jun 2, 2022
2 parents 53fd6db + 02e6d48 commit 2769963
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: pip install nox
- uses: actions-rs/toolchain@v1
with:
Expand All @@ -34,8 +34,8 @@ jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: pip install nox
- uses: actions-rs/toolchain@v1
with:
Expand All @@ -54,7 +54,7 @@ jobs:
target: [powerpc64le-unknown-linux-gnu, s390x-unknown-linux-gnu, wasm32-wasi]
name: check-${{ matrix.target }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -146,10 +146,10 @@ jobs:
rust-target: "i686-pc-windows-msvc",
}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.platform.python-architecture }}
Expand Down Expand Up @@ -317,8 +317,8 @@ jobs:
os: ["windows", "macos", "ubuntu"]
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.10"
- uses: Swatinem/rust-cache@v1
Expand Down

0 comments on commit 2769963

Please sign in to comment.