diff --git a/.github/workflows/core_next.yml b/.github/workflows/core_next.yml index d623a015b..e0f96d118 100644 --- a/.github/workflows/core_next.yml +++ b/.github/workflows/core_next.yml @@ -51,7 +51,7 @@ jobs: steps: - name: Prepare code checkout and python/pre-commit setup id: cache-reuse - uses: plugwise/gh-actions/prepare-python-and-code@v1 + uses: plugwise/gh-actions/prepare-python-and-code@v2 with: cache-key: ${{ needs.cache.outputs.cache-key }} fail-on-miss: false # First time create cache (if not already exists) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d3b9be6f5..5ea34bcbf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -85,7 +85,7 @@ jobs: steps: - name: Prepare code checkout and python/pre-commit setup id: cache-reuse - uses: plugwise/gh-actions/prepare-python-and-code@v1 + uses: plugwise/gh-actions/prepare-python-and-code@v2 with: cache-key: ${{ needs.cache.outputs.cache-key }} fail-on-miss: false # First time create cache (if not already exists) @@ -106,7 +106,7 @@ jobs: uses: actions/checkout@v6 - name: Prepare code checkout and python/pre-commit setup id: cache-reuse - uses: plugwise/gh-actions/prepare-python-and-code@v1 + uses: plugwise/gh-actions/prepare-python-and-code@v2 with: cache-key: ${{ needs.cache.outputs.cache-key }} fail-on-miss: false # First time create cache (if not already exists) @@ -137,7 +137,7 @@ jobs: uses: actions/checkout@v6.0.1 - name: Prepare code checkout and python/pre-commit setup id: cache-reuse - uses: plugwise/gh-actions/prepare-python-and-code@v1 + uses: plugwise/gh-actions/prepare-python-and-code@v2 with: cache-key: ${{ needs.cache.outputs.cache-key }} fail-on-miss: false # First time create cache (if not already exists) @@ -178,7 +178,7 @@ jobs: uses: actions/checkout@v6.0.1 - name: Prepare code checkout and python/pre-commit setup id: cache-reuse - uses: plugwise/gh-actions/prepare-python-and-code@v1 + uses: plugwise/gh-actions/prepare-python-and-code@v2 with: cache-key: ${{ needs.cache.outputs.cache-key }} fail-on-miss: false # First time create cache (if not already exists)