From 613a607b3c8f58b552e5149bbf70a0c79ae08ef6 Mon Sep 17 00:00:00 2001 From: Kirill Zaborsky Date: Sun, 5 May 2024 18:04:11 +0300 Subject: [PATCH] Bump versions of checkout and cache actions --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 35cb967..22197df 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -29,9 +29,9 @@ jobs: extra-args: "" steps: - name: Clone project - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.stack key: ${{ runner.os }}-${{ hashFiles(matrix.stack-yaml) }}-${{ matrix.extra-args }}