File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 pre-commit :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
13- - uses : DeterminateSystems/nix-installer-action@v3
14- - uses : DeterminateSystems/magic-nix-cache-action@main
15- - uses : HatsuneMiku3939/direnv-action@v1
12+ - uses : actions/checkout@v6
13+ - uses : DeterminateSystems/nix-installer-action@v21
14+ - uses : DeterminateSystems/magic-nix-cache-action@v12
15+ - run : nix profile install nixpkgs#direnv
16+ - run : |
17+ direnv allow
18+ direnv export gha >> "$GITHUB_ENV"
1619 - run : |
1720 pip install -r requirements/pre-commit.txt
1821 pre-commit run -a
Original file line number Diff line number Diff line change 99 test :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
13- - uses : DeterminateSystems/nix-installer-action@v3
14- - uses : DeterminateSystems/magic-nix-cache-action@main
15- - uses : HatsuneMiku3939/direnv-action@v1
12+ - uses : actions/checkout@v6
13+ - uses : DeterminateSystems/nix-installer-action@v21
14+ - uses : DeterminateSystems/magic-nix-cache-action@v12
15+ - run : nix profile install nixpkgs#direnv
16+ - run : |
17+ direnv allow
18+ direnv export gha >> "$GITHUB_ENV"
1619 - run : |
1720 pip install -r requirements/test.txt
1821 tox
You can’t perform that action at this time.
0 commit comments