From c94abc2a9f12dc069f2879029374e4732b2ade83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 10:00:24 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.0.11 to 3.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7...940f3d7cf195ba83374c77632d1e2cbb2f24ae68) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 7f4d83d3..7e0f83e8 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@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 + uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 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 }}