From ebcdc08ecfd574386c192f45f27048aea97c805d Mon Sep 17 00:00:00 2001 From: Julia Kent <46687291+jukent@users.noreply.github.com> Date: Wed, 7 May 2025 08:53:30 -0600 Subject: [PATCH 1/5] 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 6164dd20cbaf743f4c64fd802cdc44fc3e16b752 Mon Sep 17 00:00:00 2001 From: Julia Kent <46687291+jukent@users.noreply.github.com> Date: Wed, 7 May 2025 08:56:44 -0600 Subject: [PATCH 2/5] 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 1d1d7fb..c957d1c 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: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@11ae174708d1ae769b9457e7d6ed64d606c99af1 #v2 with: activate-environment: pyreshaper # 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 0bdc53f1a02f11689b260261de4ad0905763a21f Mon Sep 17 00:00:00 2001 From: Julia Kent <46687291+jukent@users.noreply.github.com> Date: Wed, 7 May 2025 09:00:17 -0600 Subject: [PATCH 3/5] Update .github/workflows/tests.yml --- .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 c957d1c..1400256 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,7 +52,7 @@ jobs: - name: Run Tests run: ci/runtests.sh - name: Upload code coverage to Codecov - uses: codecov/codecov-action@e3f7b8baf8199f0945b1a1a79d355e4f22c53e4f#v1 + uses: codecov/codecov-action@e3f7b8baf8199f0945b1a1a79d355e4f22c53e4f #v1 with: file: ./coverage.xml flags: unittests From 00e3da500354924f50106946fcf7663c67fbd2dd Mon Sep 17 00:00:00 2001 From: Julia Kent <46687291+jukent@users.noreply.github.com> Date: Wed, 7 May 2025 09:11:46 -0600 Subject: [PATCH 4/5] use newest pre-commit --- .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 From 1a08be07021124f5e8a2d563ae13746380869a81 Mon Sep 17 00:00:00 2001 From: Julia Kent <46687291+jukent@users.noreply.github.com> Date: Wed, 7 May 2025 09:13:25 -0600 Subject: [PATCH 5/5] 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 1400256..f37f744 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