aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release-candidate.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-04-07 08:54:58 -0700
committerJohn MacFarlane <[email protected]>2024-04-07 08:54:58 -0700
commit038c4dbc8adde5e59333cd74199eb27b4e5636f3 (patch)
tree48bb90a48e8c583321d2c62b446de56812c6a7e3 /.github/workflows/release-candidate.yml
parentcb281aed0edb29685ad907047e4aaadca9b9edf5 (diff)
release-candidate build: use most recent version of checkout action.
Diffstat (limited to '.github/workflows/release-candidate.yml')
-rw-r--r--.github/workflows/release-candidate.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml
index ace971539..0f27ce720 100644
--- a/.github/workflows/release-candidate.yml
+++ b/.github/workflows/release-candidate.yml
@@ -18,7 +18,7 @@ jobs:
cabal_opts: '-fembed_data_files -fserver -flua'
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Install ghc
run: |
ghcup install ghc --set 9.6
@@ -80,7 +80,7 @@ jobs:
runs-on: macos-11
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Install ghc and cabal
run: |