Skip to content

Commit

Permalink
Merge pull request #602 from xrelkd/release/0.19.0
Browse files Browse the repository at this point in the history
Release `0.19.0`
  • Loading branch information
xrelkd authored Oct 26, 2024
2 parents 731d602 + 5b008b2 commit de12afc
Show file tree
Hide file tree
Showing 21 changed files with 243 additions and 507 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v13
uses: DeterminateSystems/nix-installer-action@v14

- name: Install treefmt
run: nix profile install 'nixpkgs#treefmt'
Expand All @@ -42,7 +42,7 @@ jobs:
run: nix profile install 'nixpkgs#buf'

- name: Run shfmt, shellcheck, checkbashisms
uses: luizm/action-sh-checker@v0.8.0
uses: luizm/action-sh-checker@v0.9.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
fetch-depth: 0

- name: Run commitlint
uses: wagoid/commitlint-github-action@v6.0.2
uses: wagoid/commitlint-github-action@v6.1.2

codespell:
name: Codespell
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v13
uses: DeterminateSystems/nix-installer-action@v14

- name: Build Nix Flake
run: nix build
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v13
uses: DeterminateSystems/nix-installer-action@v14

- uses: DeterminateSystems/magic-nix-cache-action@v7
- uses: DeterminateSystems/magic-nix-cache-action@v8

- name: Show rustfmt version
run: |
Expand All @@ -60,9 +60,9 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v13
uses: DeterminateSystems/nix-installer-action@v14

- uses: DeterminateSystems/magic-nix-cache-action@v7
- uses: DeterminateSystems/magic-nix-cache-action@v8

- name: Pre Cache
run: |
Expand All @@ -79,7 +79,7 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('flake.lock', '**/Cargo.lock') }}

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.5
uses: mozilla-actions/sccache-action@v0.0.6

- name: Show cargo clippy version
run: |
Expand All @@ -106,9 +106,9 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v13
uses: DeterminateSystems/nix-installer-action@v14

- uses: DeterminateSystems/magic-nix-cache-action@v7
- uses: DeterminateSystems/magic-nix-cache-action@v8

- name: Pre Cache
run: |
Expand All @@ -125,7 +125,7 @@ jobs:
key: ${{ runner.os }}-cargo-${{ matrix.mode }}-${{ hashFiles('flake.lock', '**/Cargo.lock') }}

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.5
uses: mozilla-actions/sccache-action@v0.0.6

- name: Show cargo-nextest version
run: |
Expand All @@ -149,9 +149,9 @@ jobs:
submodules: "true"

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v13
uses: DeterminateSystems/nix-installer-action@v14

- uses: DeterminateSystems/magic-nix-cache-action@v7
- uses: DeterminateSystems/magic-nix-cache-action@v8

- name: Pre Cache
run: |
Expand All @@ -168,7 +168,7 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('flake.lock', '**/Cargo.lock') }}

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.5
uses: mozilla-actions/sccache-action@v0.0.6

- name: Run cargo doc
run: |
Expand Down
Loading

0 comments on commit de12afc

Please sign in to comment.