From 0a6cf6009977162907f5e10b9db805fb1e3f60a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 12:00:27 +0200 Subject: [PATCH] .github: bump actions/cache from 4.0.1 to 4.0.2 (#574) See the release page [1] and new commits [2]. [1] https://github.com/actions/cache/releases/tag/v4.0.2 [2] https://github.com/actions/cache/compare/v4.0.1...v4.0.2 --- .github/workflows/uuids.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/uuids.yml b/.github/workflows/uuids.yml index e2621415..7c04116e 100644 --- a/.github/workflows/uuids.yml +++ b/.github/workflows/uuids.yml @@ -17,7 +17,7 @@ jobs: - name: Cache binary id: cache-uuids - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: path: _test/check_uuids key: check_uuids-${{ hashFiles('_test/check_uuids.nim') }}-${{ runner.os }}-nim${{ env.NIM_VERSION }}-gcc${{ env.GCC_VERSION }}-openssl${{ env.OPENSSL_VERSION }}