Skip to content

Commit 30f0b9b

Browse files
authored
No more Node.js 16 (#153)
1 parent c79eecf commit 30f0b9b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ${{ inputs.platform == 'x86_64-linux' && 'ubuntu-latest' || 'macos-latest' }}
3838
steps:
3939
- name: Checkout code
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
4141
- name: Install GHC and Cabal
4242
uses: input-output-hk/actions/devx@latest
4343
with:

.github/workflows/lints.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
deadnix:
2626
runs-on: [self-hosted, linux]
2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- run: |
3030
nix run github:astro/deadnix -- --edit --no-lambda-pattern-names
3131
TMPFILE=$(mktemp)
@@ -36,7 +36,7 @@ jobs:
3636
nixprof:
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
4040
- uses: cachix/install-nix-action@v22
4141
with:
4242
nix_path: nixpkgs=channel:nixos-unstable

.github/workflows/wait-and-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
substituters = https://cache.iog.io/ https://cache.zw3rk.com/ https://cache.nixos.org/
8080
nix_path: nixpkgs=channel:nixos-unstable
8181
- name: Checkout repository
82-
uses: actions/checkout@v3
82+
uses: actions/checkout@v4
8383
- name: Log in to the Container registry
8484
uses: docker/[email protected]
8585
with:
@@ -119,7 +119,7 @@ jobs:
119119
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' }}
120120
steps:
121121
- name: Checkout repository
122-
uses: actions/checkout@v3
122+
uses: actions/checkout@v4
123123

124124
- name: Log in to the Container registry
125125
uses: docker/[email protected]

0 commit comments

Comments
 (0)