From d7acb2b4d5634681ab923b7fed1998c4ac5ef129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:09:28 +0000 Subject: [PATCH] ci(deps): bump actions/cache from 4.1.1 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [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/v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84ffb8e..f8b409c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: # Cache dependencies to speed up builds - name: Cache cargo dependencies - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: | ~/.cargo/bin/ diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 97b0652..f1938f2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: # Cache dependencies to speed up builds - name: Cache cargo dependencies - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: | ~/.cargo/bin/