mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
ci: actions/checkout v1 -> v2.4.0
This commit is contained in:
parent
6f3e13ba95
commit
b0a3580958
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
extra_nix_config: experimental-features = nix-command
|
extra_nix_config: experimental-features = nix-command
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2.4.0
|
||||||
- name: Check format
|
- name: Check format
|
||||||
run: ./check-fmt
|
run: ./check-fmt
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
extra_nix_config: experimental-features = nix-command
|
extra_nix_config: experimental-features = nix-command
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2.4.0
|
||||||
- uses: cachix/cachix-action@v10
|
- uses: cachix/cachix-action@v10
|
||||||
with:
|
with:
|
||||||
name: poetry2nix
|
name: poetry2nix
|
||||||
|
|
Loading…
Add table
Reference in a new issue