From 038c4dbc8adde5e59333cd74199eb27b4e5636f3 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 7 Apr 2024 08:54:58 -0700 Subject: release-candidate build: use most recent version of checkout action. --- .github/workflows/release-candidate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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: | -- cgit v1.2.3