From e21613802378fb1eb27bee42c740ad84f7db717c Mon Sep 17 00:00:00 2001 From: Julia Kent <46687291+jukent@users.noreply.github.com> Date: Wed, 7 May 2025 08:59:08 -0600 Subject: [PATCH 1/4] Update linting.yml --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 6a549ed..1c1ba3f 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -14,4 +14,4 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 - - uses: pre-commit/action@v2.0.0 + - uses: pre-commit/action@0764670bf370aab253130d534e1eda7ff497dc60 #v2.0.0 From 0fdb4bbef5d62c0f0a55a4ffbfe6e67c3eb6d38b Mon Sep 17 00:00:00 2001 From: Julia Kent <46687291+jukent@users.noreply.github.com> Date: Wed, 7 May 2025 09:01:46 -0600 Subject: [PATCH 2/4] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 538cdbf..1e56c10 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,7 @@ jobs: path: ~/conda_pkgs_dir key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/environment.yml') }} - name: Setup miniconda - uses: goanpeca/setup-miniconda@v1 + uses: goanpeca/setup-miniconda@f4c00b0ec69bdc87b1ab4972613558dd9f4f36f3 #v1 with: activate-environment: pyconform # Defined in ci/environment.yml auto-update-conda: false @@ -52,7 +52,7 @@ jobs: - name: Run Tests run: ci/runtests.sh - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@e3f7b8baf8199f0945b1a1a79d355e4f22c53e4f #v1 with: file: ./coverage.xml flags: unittests From 5669f2762f17e4d85c7a304199f9b6c05360df6c Mon Sep 17 00:00:00 2001 From: Julia Kent <46687291+jukent@users.noreply.github.com> Date: Wed, 7 May 2025 09:14:21 -0600 Subject: [PATCH 3/4] update actions/cache --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1e56c10..7c22f59 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Cache conda - uses: actions/cache@v2 + uses: actions/cache@v4 env: # Increase this value to reset cache if ci/environment.yml has not changed CACHE_NUMBER: 0 From 772453397041ed3e4c935ae6fc565ef1c0f9bc2d Mon Sep 17 00:00:00 2001 From: Julia Kent <46687291+jukent@users.noreply.github.com> Date: Wed, 7 May 2025 09:14:41 -0600 Subject: [PATCH 4/4] Update .github/workflows/linting.yml --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 1c1ba3f..87b7ec8 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -14,4 +14,4 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 - - uses: pre-commit/action@0764670bf370aab253130d534e1eda7ff497dc60 #v2.0.0 + - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd #v3.0.1