From 35dd5409edb4cd6954988b2c003ab3ebf20e74a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 20:16:37 +0000 Subject: [PATCH] Bump mozilla-actions/sccache-action from 0.0.4 to 0.0.5 Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.4 to 0.0.5. - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.4...v0.0.5) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/evm.yml | 2 +- .github/workflows/generic.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/evm.yml b/.github/workflows/evm.yml index 4c0240d3..350212cb 100644 --- a/.github/workflows/evm.yml +++ b/.github/workflows/evm.yml @@ -63,7 +63,7 @@ jobs: uses: actions/checkout@v4 - name: Run sccache - uses: mozilla-actions/sccache-action@v0.0.4 + uses: mozilla-actions/sccache-action@v0.0.5 - name: Install Protoc uses: arduino/setup-protoc@9b1ee5b22b0a3f1feb8c2ff99b32c89b3c3191e9 # v2.0.0 diff --git a/.github/workflows/generic.yml b/.github/workflows/generic.yml index cfaed75d..5b579150 100644 --- a/.github/workflows/generic.yml +++ b/.github/workflows/generic.yml @@ -63,7 +63,7 @@ jobs: uses: actions/checkout@v4 - name: Run sccache - uses: mozilla-actions/sccache-action@v0.0.4 + uses: mozilla-actions/sccache-action@v0.0.5 - name: Install Protoc uses: arduino/setup-protoc@9b1ee5b22b0a3f1feb8c2ff99b32c89b3c3191e9 # v2.0.0