From 8aef0e0ab044a6e756197302809b12ed2f77af26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 07:19:27 +0000 Subject: [PATCH] Update GitHub Actions (#7126) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- .github/workflows/pytest-workflow.yml | 2 +- .github/workflows/wave.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 69963507b93..c617c10ccae 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -109,7 +109,7 @@ jobs: with: python-version: "3.11" - - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-pip with: path: ~/.cache/pip diff --git a/.github/workflows/pytest-workflow.yml b/.github/workflows/pytest-workflow.yml index 49a73467b99..01fa7f39a98 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -247,7 +247,7 @@ jobs: with: python-version: "3.11" - - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-pip-pytest with: path: ~/.cache/pip diff --git a/.github/workflows/wave.yml b/.github/workflows/wave.yml index 9d5901c7d95..b56ed4795d6 100644 --- a/.github/workflows/wave.yml +++ b/.github/workflows/wave.yml @@ -31,7 +31,7 @@ jobs: - name: Find conda differences id: conda-diff - uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf # v45 + uses: tj-actions/changed-files@bab30c2299617f6615ec02a68b9a40d10bd21366 # v45 with: json: true escape_json: false @@ -40,7 +40,7 @@ jobs: - name: Find Dockerfile differences id: docker-diff - uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf # v45 + uses: tj-actions/changed-files@bab30c2299617f6615ec02a68b9a40d10bd21366 # v45 with: json: true escape_json: false