From 21445bd047d9563ac0323ff2c5db2944fd8aec91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:11:45 +0000 Subject: [PATCH] Bump actions/cache from 4.0.2 to 4.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0. - [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.0.2...v4.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 4 ++-- .github/workflows/style.yaml | 4 ++-- .github/workflows/tests.yaml | 6 +++--- .github/workflows/tutorials.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 741d604cdf0..b3669d34c88 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.0 id: cache with: path: ${{ env.pythonLocation }} @@ -49,7 +49,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.0 id: cache with: path: ${{ env.pythonLocation }} diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 92080f062a0..af0db8cd6ef 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -23,7 +23,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.0 id: cache with: path: ${{ env.pythonLocation }} @@ -48,7 +48,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.0 id: cache with: path: ${{ env.pythonLocation }} diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 379dcd24a3a..f56fe7a0766 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -27,7 +27,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Cache dependencies - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.0 id: cache with: path: ${{ env.pythonLocation }} @@ -61,7 +61,7 @@ jobs: with: python-version: '3.10' - name: Cache dependencies - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.0 id: cache with: path: ${{ env.pythonLocation }} @@ -94,7 +94,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.0 id: cache with: path: ${{ env.pythonLocation }} diff --git a/.github/workflows/tutorials.yaml b/.github/workflows/tutorials.yaml index 2e74bb8c984..412bf22d471 100644 --- a/.github/workflows/tutorials.yaml +++ b/.github/workflows/tutorials.yaml @@ -25,7 +25,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.0 id: cache with: path: ${{ env.pythonLocation }}