diff options
| author | John MacFarlane <[email protected]> | 2023-09-10 21:11:16 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-09-10 21:11:16 -0700 |
| commit | ab154a46b0150ccbe46839c4dc378804532488a4 (patch) | |
| tree | f5ecc10c2cad61ff71cc3369a1e052794ab1c2f8 /.github/workflows | |
| parent | 8d924ef6451bb9da741151cb3b8c174623028156 (diff) | |
Switch to actions/checkout@v4.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6d74953f..cd111e855 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: cabal: 'latest' cabalopts: '' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # needed by memory - name: Install numa @@ -111,7 +111,7 @@ jobs: strategy: fail-fast: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # needed by memory - name: Install numa @@ -144,7 +144,7 @@ jobs: strategy: fail-fast: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v23 with: nix_path: nixpkgs=channel:nixos-unstable @@ -170,7 +170,7 @@ jobs: runs-on: windows-2019 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install ghc run: | @@ -211,7 +211,7 @@ jobs: # cabal: '3.2' # steps: -# - uses: actions/checkout@v3 +# - uses: actions/checkout@v4 # - name: Install cabal/ghc # run: | |
