Skip to content

Commit

Permalink
deprecated node
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkun61 committed Sep 22, 2023
1 parent e1fa437 commit 2e7d97c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
stack-ghc-8_10:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-23.05
Expand All @@ -29,7 +29,7 @@ jobs:
stack-ghc-9_0:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-23.05
Expand All @@ -53,7 +53,7 @@ jobs:
stack:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-23.05
Expand All @@ -77,7 +77,7 @@ jobs:
cabal:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v17
with:
nix_path: nixpkgs=channel:nixos-22.11
Expand All @@ -93,7 +93,7 @@ jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: haskell-actions/run-fourmolu@v9
with:
version: "0.13.1.0"

0 comments on commit 2e7d97c

Please sign in to comment.