Skip to content

Commit

Permalink
CI: upgrade ghworkflow-rust to v0.23.1, and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Feb 18, 2024
1 parent cc6e1a7 commit 5ef9ea7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: CI
on: [ workflow_dispatch, push, pull_request ]
jobs:
omnilint:
uses: lpenz/omnilint/.github/workflows/omnilint.yml@v0.5.1
uses: lpenz/omnilint/.github/workflows/omnilint.yml@v0.5.2
rust:
uses: lpenz/ghworkflow-rust/.github/workflows/rust.yml@v0.23.0
uses: lpenz/ghworkflow-rust/.github/workflows/rust.yml@v0.23.1
with:
coveralls: true
deb: true
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
with:
fetch-depth: 0
- id: version
uses: docker://lpenz/ghaction-version-gen:0.13.6
uses: docker://lpenz/ghaction-version-gen:0.14.0
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
Expand Down

0 comments on commit 5ef9ea7

Please sign in to comment.