From ad509432a86f9bdcc64207782ed7cee7197e1143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 05:43:51 +0000 Subject: [PATCH] chore(deps): bump actions/cache Bumps [actions/cache](https://github.com/actions/cache) from f7ebb81a3f195b4fb88dab7c14e2f7aff52045aa to 704facf57e6136b1bc63b828d79edcd491f0ee84. - [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/f7ebb81a3f195b4fb88dab7c14e2f7aff52045aa...704facf57e6136b1bc63b828d79edcd491f0ee84) --- 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 28d3e5e41..5960adfa8 100644 --- a/.github/workflows/contracts-testing.yml +++ b/.github/workflows/contracts-testing.yml @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@7739b9ba2efcda9dde65ad1e3c2dbe65b41dfba7 - name: Cache node modules - uses: actions/cache@f7ebb81a3f195b4fb88dab7c14e2f7aff52045aa + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/sentry-release.yml b/.github/workflows/sentry-release.yml index 74381e423..3283f269b 100644 --- a/.github/workflows/sentry-release.yml +++ b/.github/workflows/sentry-release.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@7739b9ba2efcda9dde65ad1e3c2dbe65b41dfba7 - name: Cache node modules - uses: actions/cache@f7ebb81a3f195b4fb88dab7c14e2f7aff52045aa + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 env: cache-name: cache-node-modules with: