diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 90e044eab2e..366920f0ffe 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 237b13ff98c..b622a2cffb3 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 f68885b6bad..f0823f888c9 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 be9547490e8..351709c2a83 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 }}