diff --git a/.github/workflows/build_pypi.yml b/.github/workflows/build_pypi.yml index 70e63ffb..167d5b27 100644 --- a/.github/workflows/build_pypi.yml +++ b/.github/workflows/build_pypi.yml @@ -75,7 +75,7 @@ jobs: python-version: '3.10' - name: Configure pip cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pypi-${{ hashFiles('deploy/requirements-mw.txt') }}-${{ hashFiles('deploy/requirements.txt') }} diff --git a/.github/workflows/cicd_pipeline.yml b/.github/workflows/cicd_pipeline.yml index 986aff8b..4733bd52 100644 --- a/.github/workflows/cicd_pipeline.yml +++ b/.github/workflows/cicd_pipeline.yml @@ -309,7 +309,7 @@ jobs: core.setOutput("id", release.id); core.setOutput("tag_name", release.tag_name); - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Configure pip cache id: pip-cache with: diff --git a/.github/workflows/follow-merge-upstream-repo-sync.yml b/.github/workflows/follow-merge-upstream-repo-sync.yml index e6b63990..c38f2eab 100644 --- a/.github/workflows/follow-merge-upstream-repo-sync.yml +++ b/.github/workflows/follow-merge-upstream-repo-sync.yml @@ -146,7 +146,7 @@ jobs: - name: "Frontend: Configure yarn cache" if: steps.details.outputs.frontend_module_dist - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ env.CACHE_NAME_PREFIX }}-${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('**/package.json') }}-${{ hashFiles('**/yarn.lock') }} @@ -186,7 +186,7 @@ jobs: - name: "Frontend: LSF Docs: Cache node modules" if: steps.details.outputs.build_lsf_docs - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: npm-${{ env.CACHE_NAME_PREFIX }}-${{ runner.os }}-node-${{ env.NODE }}-jsdoc-to-markdown diff --git a/.github/workflows/frontend-build.yml b/.github/workflows/frontend-build.yml index b6eb94b8..98f3d315 100644 --- a/.github/workflows/frontend-build.yml +++ b/.github/workflows/frontend-build.yml @@ -51,7 +51,7 @@ jobs: run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - name: Configure yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ env.CACHE_NAME_PREFIX }}-${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/frontend-command.yml b/.github/workflows/frontend-command.yml index b4e6c1ed..ab16a8c0 100644 --- a/.github/workflows/frontend-command.yml +++ b/.github/workflows/frontend-command.yml @@ -29,7 +29,7 @@ jobs: id: npm-cache-dir run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Configure npm cache id: npm-cache with: diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index 8966824c..0cb22670 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -23,7 +23,7 @@ jobs: - name: Configure gitleaks binary cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /usr/local/bin/gitleaks key: gitleaks-${{ env.GIT_GITLEAKS_VERSION }} diff --git a/.github/workflows/test_conda.yml b/.github/workflows/test_conda.yml index d62f684e..228c762e 100644 --- a/.github/workflows/test_conda.yml +++ b/.github/workflows/test_conda.yml @@ -42,7 +42,7 @@ jobs: python-version: ${{ matrix.python-version }} activate-environment: test-environment - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Configure pip cache id: pip-cache with: diff --git a/.github/workflows/test_migrations.yml b/.github/workflows/test_migrations.yml index d21c1a0d..9826028e 100644 --- a/.github/workflows/test_migrations.yml +++ b/.github/workflows/test_migrations.yml @@ -47,7 +47,7 @@ jobs: sudo apt-get update sudo apt-get install libsasl2-dev python3-dev libldap2-dev libssl-dev libxml2-dev libxslt-dev - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Configure pip cache id: pip-cache with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1dfd11f5..f6b1ccd2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,7 +55,7 @@ jobs: sudo apt-get update sudo apt-get install libffi7 libldap2-dev libsasl2-dev libssl-dev libxml2-dev libxslt-dev python3-dev - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Configure pip cache id: pip-cache with: @@ -90,7 +90,7 @@ jobs: id: npm-cache-dir run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Configure npm cache id: npm-cache with: @@ -196,7 +196,7 @@ jobs: sudo apt-get update sudo apt-get install libffi7 libldap2-dev libsasl2-dev libssl-dev libxml2-dev libxslt-dev python3-dev - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Configure pip cache id: pip-cache with: @@ -229,7 +229,7 @@ jobs: id: npm-cache-dir run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Configure npm cache id: npm-cache with: @@ -296,7 +296,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Configure pip cache with: path: ~\AppData\Local\pip\Cache