From 4f3ab09941209281ce9be7c9bbec09bde99560e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 00:39:02 +0100 Subject: [PATCH] Bump actions/cache from 4.0.1 to 4.0.2 (#1960) --- .github/workflows/release.yaml | 6 +++--- .github/workflows/style.yaml | 12 ++++++------ .github/workflows/tests.yaml | 4 ++-- .github/workflows/tutorials.yaml | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c87642a3f9a..09ef8ffad82 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 id: cache with: path: ${{ env.pythonLocation }} @@ -46,7 +46,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 id: cache with: path: ${{ env.pythonLocation }} @@ -74,7 +74,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 id: cache with: path: ${{ env.pythonLocation }} diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 6b61c9463f1..89e4cf9d489 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -20,7 +20,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 id: cache with: path: ${{ env.pythonLocation }} @@ -45,7 +45,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 id: cache with: path: ${{ env.pythonLocation }} @@ -70,7 +70,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 id: cache with: path: ${{ env.pythonLocation }} @@ -95,7 +95,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 id: cache with: path: ${{ env.pythonLocation }} @@ -120,7 +120,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 id: cache with: path: ${{ env.pythonLocation }} @@ -145,7 +145,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 id: cache with: path: ${{ env.pythonLocation }} diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 77b29cc9ea8..570d27d9596 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -26,7 +26,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Cache dependencies - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 id: cache with: path: ${{ env.pythonLocation }} @@ -73,7 +73,7 @@ jobs: with: python-version: '3.9' - name: Cache dependencies - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 id: cache with: path: ${{ env.pythonLocation }} diff --git a/.github/workflows/tutorials.yaml b/.github/workflows/tutorials.yaml index ced4af16e10..e9cc98f6f9e 100644 --- a/.github/workflows/tutorials.yaml +++ b/.github/workflows/tutorials.yaml @@ -22,7 +22,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 id: cache with: path: ${{ env.pythonLocation }}