From 9a4ade5f48970e990bc4b2cd89797133046064aa Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 23 Jan 2026 14:07:37 +0800 Subject: [PATCH] chore: bump GH action versions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 201cb16..9fce88a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,12 +11,12 @@ jobs: runs-on: ubuntu-latest name: Haskell GHC steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: haskell-actions/setup@v2 with: enable-stack: true stack-no-global: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.stack