diff --git a/.github/workflows/test-python-package.yaml b/.github/workflows/test-python-package.yaml index 8e703ce1..f867edc1 100644 --- a/.github/workflows/test-python-package.yaml +++ b/.github/workflows/test-python-package.yaml @@ -113,7 +113,7 @@ jobs: - name: Setup pip cache dir continue-on-error: true # see https://github.com/actions/cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.6 with: path: ${{ steps.pip-cache.outputs.dir }} key: pip-${{ runner.os }}-${{ matrix.python }}-${{ hashFiles(format('{0}/requirements/*.txt', env.project-directory)) }} @@ -211,7 +211,7 @@ jobs: - name: Setup pip cache dir continue-on-error: true # see https://github.com/actions/cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.6 with: path: ${{ steps.pip-cache.outputs.dir }} key: pip-${{ runner.os }}-${{ env.latest-python-version }}-${{ hashFiles(format('{0}/requirements/*.txt', env.project-directory)) }} diff --git a/.github/workflows/test-python-plugin-example.yaml b/.github/workflows/test-python-plugin-example.yaml index 8c21306a..9b5ff0c3 100644 --- a/.github/workflows/test-python-plugin-example.yaml +++ b/.github/workflows/test-python-plugin-example.yaml @@ -97,7 +97,7 @@ jobs: - name: Setup pip cache dir continue-on-error: true # see https://github.com/actions/cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.6 with: path: ${{ steps.pip-cache.outputs.dir }} key: pip-${{ runner.os }}-${{ matrix.python }}-${{ hashFiles(format('{0}/requirements/*.txt', env.project-directory)) }} @@ -184,7 +184,7 @@ jobs: - name: Setup pip cache dir continue-on-error: true # see https://github.com/actions/cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.6 with: path: ${{ steps.pip-cache.outputs.dir }} key: pip-${{ runner.os }}-${{ env.latest-python-version }}-${{ hashFiles(format('{0}/requirements/*.txt', env.project-directory)) }}