From 3b0103b52c0895b84e90682e00a4db8e58988946 Mon Sep 17 00:00:00 2001 From: David Binder Date: Mon, 17 Jun 2024 18:30:25 +0200 Subject: [PATCH] Update actions/checkout and actions/cache to v4 Previous versions of these actions use deprecated versions of Node. This leads to warnings in the GitHub actions tab. --- .github/workflows/packcheck.yml | 4 ++-- .github/workflows/s390x.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/packcheck.yml b/.github/workflows/packcheck.yml index 9497269..1051586 100644 --- a/.github/workflows/packcheck.yml +++ b/.github/workflows/packcheck.yml @@ -188,7 +188,7 @@ jobs: # HLINT_TARGETS="Data" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: haskell-actions/setup@v2 with: @@ -196,7 +196,7 @@ jobs: cabal-version: ${{ matrix.cabal-version }} - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Cache common directories with: path: | diff --git a/.github/workflows/s390x.yml b/.github/workflows/s390x.yml index db7dd96..dc9ecbc 100644 --- a/.github/workflows/s390x.yml +++ b/.github/workflows/s390x.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: uraimo/run-on-arch-action@v2.1.1 timeout-minutes: 60 with: