diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b8a9ffdaf5..eb114a03cb 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.1.1 + uses: actions/cache@v4.1.2 id: cache with: path: ${{ env.pythonLocation }} @@ -49,7 +49,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 id: cache with: path: ${{ env.pythonLocation }} diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 90103e9489..ca6482b879 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.1.1 + uses: actions/cache@v4.1.2 id: cache with: path: ${{ env.pythonLocation }} @@ -48,7 +48,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 id: cache with: path: ${{ env.pythonLocation }} diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c39a224e39..0486355c6d 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.1.1 + uses: actions/cache@v4.1.2 id: cache with: path: ${{ env.pythonLocation }} @@ -61,7 +61,7 @@ jobs: with: python-version: '3.10' - name: Cache dependencies - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 id: cache with: path: ${{ env.pythonLocation }} @@ -94,7 +94,7 @@ jobs: with: python-version: '3.12' - name: Cache dependencies - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 id: cache with: path: ${{ env.pythonLocation }} diff --git a/.github/workflows/tutorials.yaml b/.github/workflows/tutorials.yaml index 3da2577bb0..ec0a3839e3 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.1.1 + uses: actions/cache@v4.1.2 id: cache with: path: ${{ env.pythonLocation }}