From 9743bfb7b52fdb32588a49b9a3006ca4300ab490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 19:56:29 +0000 Subject: [PATCH] chore(deps): bump actions/cache Bumps [actions/cache](https://github.com/actions/cache) from 04f198bf0b2a39f7230a4304bf07747a0bddf146 to 67b839edb68371cc5014f6cea11c9aa77238de78. - [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/04f198bf0b2a39f7230a4304bf07747a0bddf146...67b839edb68371cc5014f6cea11c9aa77238de78) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/contracts-testing.yml | 2 +- .github/workflows/sentry-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/contracts-testing.yml b/.github/workflows/contracts-testing.yml index baf71cc5d..46d732544 100644 --- a/.github/workflows/contracts-testing.yml +++ b/.github/workflows/contracts-testing.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Cache node modules - uses: actions/cache@04f198bf0b2a39f7230a4304bf07747a0bddf146 + uses: actions/cache@67b839edb68371cc5014f6cea11c9aa77238de78 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/sentry-release.yml b/.github/workflows/sentry-release.yml index 9fee5af4f..33b430dd2 100644 --- a/.github/workflows/sentry-release.yml +++ b/.github/workflows/sentry-release.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Cache node modules - uses: actions/cache@04f198bf0b2a39f7230a4304bf07747a0bddf146 + uses: actions/cache@67b839edb68371cc5014f6cea11c9aa77238de78 env: cache-name: cache-node-modules with: