ci: actions/checkout v1 -> v2.4.0

This commit is contained in:
Bernardo Meurer 2021-11-04 12:53:38 -07:00
parent 6f3e13ba95
commit b0a3580958
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246

View file

@ -14,7 +14,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: experimental-features = nix-command
- uses: actions/checkout@v1
- uses: actions/checkout@v2.4.0
- name: Check format
run: ./check-fmt
@ -29,7 +29,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: experimental-features = nix-command
- uses: actions/checkout@v1
- uses: actions/checkout@v2.4.0
- uses: cachix/cachix-action@v10
with:
name: poetry2nix