aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-08-18 03:17:56 +0000
committerJohn MacFarlane <[email protected]>2025-08-18 05:04:54 -0700
commit072efe81f8dc45f4dfa70f148360c8ed642814b3 (patch)
tree4b9916f9c5e0605e19eee181b8d595cb9c57112d /.github/workflows/ci.yml
parent1ac4030c1a36e5c6bd2f5bb554cd3d87b46713e3 (diff)
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 66802fbb0..58b7f90d4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
cabal: 'latest'
cabalopts: '--allow-newer --ghc-option=-Werror --ghc-option=-Wno-unused-imports --ghc-option=-Wno-deriving-typeable'
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
# needed by memory
- name: Install numa
@@ -121,7 +121,7 @@ jobs:
strategy:
fail-fast: true
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
# needed by memory
- name: Install numa
@@ -154,7 +154,7 @@ jobs:
# strategy:
# fail-fast: true
# steps:
-# - uses: actions/checkout@v4
+# - uses: actions/checkout@v5
# - uses: cachix/install-nix-action@v30
# with:
# nix_path: nixpkgs=channel:nixos-24.05
@@ -180,7 +180,7 @@ jobs:
runs-on: windows-2022
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: Install ghc
run: |
@@ -222,7 +222,7 @@ jobs:
# cabal: '3.2'
# steps:
-# - uses: actions/checkout@v4
+# - uses: actions/checkout@v5
# - name: Install cabal/ghc
# run: |