diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/clippy_rustfmt_test.yaml | 14 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/clippy_rustfmt_test.yaml b/.github/workflows/clippy_rustfmt_test.yaml index c22d187..3fe9976 100644 --- a/.github/workflows/clippy_rustfmt_test.yaml +++ b/.github/workflows/clippy_rustfmt_test.yaml | |||
| @@ -7,10 +7,10 @@ jobs: | |||
| 7 | runs-on: ubuntu-latest | 7 | runs-on: ubuntu-latest |
| 8 | timeout-minutes: 15 | 8 | timeout-minutes: 15 |
| 9 | steps: | 9 | steps: |
| 10 | - uses: actions/checkout@v3 | 10 | - uses: actions/checkout@v5 |
| 11 | - uses: cachix/install-nix-action@v22 | 11 | - uses: cachix/install-nix-action@v31 |
| 12 | with: | 12 | with: |
| 13 | nix_path: nixpkgs=channel:nixos-unstable | 13 | nix_path: nixpkgs=channel:nixos-unstable |
| 14 | - run: nix develop --command cargo clippy | 14 | - run: nix develop --command cargo clippy |
| 15 | - run: nix develop --command cargo fmt --all -- --check | 15 | - run: nix develop --command cargo fmt --all -- --check |
| 16 | - run: nix develop --command cargo test | 16 | - run: nix develop --command cargo test |
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3060b6..d311621 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml | |||
| @@ -57,7 +57,7 @@ jobs: | |||
| 57 | build-tool: cargo | 57 | build-tool: cargo |
| 58 | runs-on: ${{ matrix.os }} | 58 | runs-on: ${{ matrix.os }} |
| 59 | steps: | 59 | steps: |
| 60 | - uses: actions/checkout@v3 | 60 | - uses: actions/checkout@v5 |
| 61 | - uses: dtolnay/rust-toolchain@stable | 61 | - uses: dtolnay/rust-toolchain@stable |
| 62 | - name: Install cargo-zigbuild using Homebrew for macOS | 62 | - name: Install cargo-zigbuild using Homebrew for macOS |
| 63 | if: runner.os == 'macOS' && matrix.build-tool == 'cargo-zigbuild' | 63 | if: runner.os == 'macOS' && matrix.build-tool == 'cargo-zigbuild' |