From e66a2ccaee2e3b25e6f52b4f0d66cb9863ae3bad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 04:24:34 +0000 Subject: [PATCH] Bump actions/cache from 4.1.0 to 4.1.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 to 4.1.1. - [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.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cross.yml | 2 +- .github/workflows/rust.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cross.yml b/.github/workflows/cross.yml index 4f54f49..8055c58 100644 --- a/.github/workflows/cross.yml +++ b/.github/workflows/cross.yml @@ -52,7 +52,7 @@ jobs: with: targets: ${{ matrix.target }} - name: setup cache - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 with: # A list of files, directories, and wildcard patterns to cache and restore path: | diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b515bd7..aff5b3a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -24,7 +24,7 @@ jobs: run: | sudo apt-get install -y libgdk-pixbuf2.0-dev libgtk-3-dev libasound2-dev libpulse-dev - name: setup cache - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 with: # A list of files, directories, and wildcard patterns to cache and restore path: |