Skip to content

Commit

Permalink
CI: upgrade github actions, ghworkflow-rust to 0.23.0
Browse files Browse the repository at this point in the history
No longer use ghaction-rust-coverage.
  • Loading branch information
lpenz committed Feb 17, 2024
1 parent 97ce8f7 commit cc6e1a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
omnilint:
uses: lpenz/omnilint/.github/workflows/omnilint.yml@v0.5.1
rust:
uses: lpenz/ghworkflow-rust/.github/workflows/rust.yml@v0.20.0
uses: lpenz/ghworkflow-rust/.github/workflows/rust.yml@v0.23.0
with:
coveralls: true
deb: true
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: cachix/install-nix-action@v23
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix build
Expand All @@ -38,11 +38,11 @@ jobs:
with:
fetch-depth: 0
- id: version
uses: docker://lpenz/ghaction-version-gen:0.13.5
- uses: cachix/install-nix-action@v23
uses: docker://lpenz/ghaction-version-gen:0.13.6
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v14
with:
skipPush: ${{ steps.version.outputs.version_commit == '' }}
name: lpenz
Expand Down

0 comments on commit cc6e1a7

Please sign in to comment.