Skip to content

Commit

Permalink
Update github actions and ghworkflow-python
Browse files Browse the repository at this point in the history
Coveralls works with [email protected]
  • Loading branch information
lpenz committed Feb 17, 2024
1 parent 27ea340 commit ff7ba93
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 @@ -8,7 +8,7 @@ jobs:
- uses: actions/[email protected]
- uses: docker://lpenz/omnilint:0.5.1
python:
uses: lpenz/ghworkflow-python/.github/workflows/python.yml@v0.5.0
uses: lpenz/ghworkflow-python/.github/workflows/python.yml@v0.7.0
with:
coveralls: true
docs: true
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v23
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix build
Expand All @@ -34,11 +34,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 ff7ba93

Please sign in to comment.