File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2929 name : Build ${{ matrix.attr }} binary on ${{ matrix.system }}
3030 runs-on : ${{ matrix.os }}
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333 - uses : cachix/install-nix-action@v31
3434 with :
3535 extra_nix_config : |
5858 name : Build Windows binary
5959 runs-on : windows-latest
6060 steps :
61- - uses : actions/checkout@v4
61+ - uses : actions/checkout@v5
6262 - uses : haskell-actions/setup@v2
6363 with :
6464 ghc-version : ' 9.10'
Original file line number Diff line number Diff line change 1616 name : Build and test on ${{ matrix.ghc }}
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - uses : cachix/install-nix-action@v31
2121 with :
2222 extra_nix_config : |
3333 name : Formatting and linting
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737 - uses : cachix/install-nix-action@v31
3838 with :
3939 extra_nix_config : |
5353 NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
5454 NETLIFY_SITE_ID : ${{ secrets.NETLIFY_SITE_ID }}
5555 steps :
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@v5
5757 - uses : cachix/install-nix-action@v31
5858 with :
5959 extra_nix_config : |
9393 name : Build and test via Stack
9494 runs-on : ubuntu-latest
9595 steps :
96- - uses : actions/checkout@v4
96+ - uses : actions/checkout@v5
9797 - uses : haskell-actions/setup@v2
9898 with :
9999 enable-stack : true
You can’t perform that action at this time.
0 commit comments