Skip to content

Commit

Permalink
No more Node.js 16 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Apr 16, 2024
1 parent c79eecf commit 30f0b9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ${{ inputs.platform == 'x86_64-linux' && 'ubuntu-latest' || 'macos-latest' }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install GHC and Cabal
uses: input-output-hk/actions/devx@latest
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lints.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
deadnix:
runs-on: [self-hosted, linux]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
nix run github:astro/deadnix -- --edit --no-lambda-pattern-names
TMPFILE=$(mktemp)
Expand All @@ -36,7 +36,7 @@ jobs:
nixprof:
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-unstable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wait-and-upload.yml
Expand Up @@ -79,7 +79,7 @@ jobs:
substituters = https://cache.iog.io/ https://cache.zw3rk.com/ https://cache.nixos.org/
nix_path: nixpkgs=channel:nixos-unstable
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Log in to the Container registry
uses: docker/login-action@v2.1.0
with:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
if: ${{ contains(fromJSON('["x86_64-linux", "aarch64-linux"]'), inputs.platform) && contains(fromJson('["","-windows","-js"]'), inputs.target-platform) && contains(fromJson('["ghc810","ghc96"]'), inputs.compiler-nix-name) && inputs.variant == '' && inputs.iog == '-iog' }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@v2.1.0
Expand Down

0 comments on commit 30f0b9b

Please sign in to comment.