From d5c924f4c1151bd0c597e137d6e8a16b39bbb0ab Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 9 Sep 2024 17:35:57 -0700 Subject: [PATCH] CI: Update checkout version. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad710dc..567a3d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - ghc: '9.10' cabal: 'latest' steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Install cabal/ghc run: | ghcup install ghc --set ${{ matrix.versions.ghc }}