From e959d9e8b38b98ce1be525e10cd80a05da6dd140 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 9 Sep 2024 20:02:35 -0700 Subject: [PATCH] CI: use checkout@v4 and cache@v4 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d719667..fa327934 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@v4 - name: Install ghc/cabal run: | @@ -34,7 +34,7 @@ jobs: - name: Cache cabal global package db id: cabal-global - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.cabal @@ -42,7 +42,7 @@ jobs: - name: Cache cabal work id: cabal-local - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | dist-newstyle @@ -71,7 +71,7 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Install stack shell: cmd run: |