aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/nightly.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-05-27 13:08:14 -0700
committerJohn MacFarlane <[email protected]>2024-05-27 13:08:14 -0700
commit4dd021d108b6d0f018ec5c6f791cbba5732e0799 (patch)
treefb2711f73424b8bef90732e1a7a989b81d3618b3 /.github/workflows/nightly.yml
parent5492abe6bfd566d429fb6433f16c39f661312975 (diff)
Bump checkout version for nightlies.
Diffstat (limited to '.github/workflows/nightly.yml')
-rw-r--r--.github/workflows/nightly.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index d3967852f..eb8784357 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Install ghc
run: |
@@ -43,7 +43,7 @@ jobs:
runs-on: windows-2019
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Install ghc
run: |
ghcup install ghc --set 9.4.4
@@ -72,7 +72,7 @@ jobs:
runs-on: macos-11
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
# pkg-config is now needed for some cabal builds
- name: Install pkg-config
run: brew install pkg-config