diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8b82486f327..301ce26efe8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 id: cache with: path: ${{ env.pythonLocation }} @@ -51,7 +51,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 id: cache with: path: ${{ env.pythonLocation }} diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index b0a63f54478..73b26cac561 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -24,7 +24,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 id: cache with: path: ${{ env.pythonLocation }} @@ -50,7 +50,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 id: cache with: path: ${{ env.pythonLocation }} diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 8cc435460b1..9d1242697c1 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -28,7 +28,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Cache dependencies - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 id: cache with: path: ${{ env.pythonLocation }} @@ -63,7 +63,7 @@ jobs: with: python-version: '3.10' - name: Cache dependencies - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 id: cache with: path: ${{ env.pythonLocation }} @@ -97,7 +97,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 id: cache with: path: ${{ env.pythonLocation }} diff --git a/.github/workflows/tutorials.yaml b/.github/workflows/tutorials.yaml index 1183b40fe24..de0da385b08 100644 --- a/.github/workflows/tutorials.yaml +++ b/.github/workflows/tutorials.yaml @@ -26,7 +26,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 id: cache with: path: ${{ env.pythonLocation }}