Skip to content

Commit

Permalink
Update GitHub Actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Dec 16, 2022
1 parent a71d54e commit ad741b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.0
- uses: actions/checkout@v3

- uses: peaceiris/actions-mdbook@v1
with:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
RUSTFLAGS: --deny warnings

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install Rust Toolchain Components
uses: actions-rs/toolchain@v1
Expand All @@ -56,7 +56,7 @@ jobs:
override: true
toolchain: stable

- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2

- name: Check Lockfile
run: cargo update --locked --package ord
Expand Down Expand Up @@ -85,15 +85,15 @@ jobs:
RUSTFLAGS: --deny warnings

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install Rust Toolchain Components
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable

- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2

- name: Test
run: cargo test --all
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ${{matrix.os}}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install Rust Toolchain Components
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
shell: bash

- name: Publish Archive
uses: softprops/[email protected].5
uses: softprops/[email protected]
if: ${{ startsWith(github.ref, 'refs/tags/') }}
with:
draft: false
Expand Down

0 comments on commit ad741b2

Please sign in to comment.