From 752ad1fd1d1df07729c2ffbbb178867699a35508 Mon Sep 17 00:00:00 2001 From: liamhuber Date: Mon, 2 Feb 2026 07:55:43 -0800 Subject: [PATCH] Bump actions From 4.0.10 to 4.0.12 Signed-off-by: liamhuber --- .github/workflows/daily.yml | 2 +- .github/workflows/dependabot-pr.yml | 2 +- .github/workflows/pr-labeled.yml | 2 +- .github/workflows/pr-target-opened.yml | 2 +- .github/workflows/push-pull.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/slurm-test.yml | 2 +- .github/workflows/test-latest-release.yml | 6 +++--- .github/workflows/weekly.yml | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 33b19fba..163c459e 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -9,7 +9,7 @@ on: jobs: codeql: - uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-4.0.10 + uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-4.0.12 secrets: inherit with: extra-python-paths: tests tests/benchmark tests/integration tests/static tests/unit # For executorlib diff --git a/.github/workflows/dependabot-pr.yml b/.github/workflows/dependabot-pr.yml index e5d19aee..1bb7123b 100644 --- a/.github/workflows/dependabot-pr.yml +++ b/.github/workflows/dependabot-pr.yml @@ -6,5 +6,5 @@ on: jobs: pyiron: - uses: pyiron/actions/.github/workflows/dependabot-pr.yml@actions-4.0.10 + uses: pyiron/actions/.github/workflows/dependabot-pr.yml@actions-4.0.12 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/pr-labeled.yml b/.github/workflows/pr-labeled.yml index 26eab2a2..af1c75c6 100644 --- a/.github/workflows/pr-labeled.yml +++ b/.github/workflows/pr-labeled.yml @@ -8,5 +8,5 @@ on: jobs: pyiron: - uses: pyiron/actions/.github/workflows/pr-labeled.yml@actions-4.0.10 + uses: pyiron/actions/.github/workflows/pr-labeled.yml@actions-4.0.12 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/pr-target-opened.yml b/.github/workflows/pr-target-opened.yml index db104ad7..0facdb3e 100644 --- a/.github/workflows/pr-target-opened.yml +++ b/.github/workflows/pr-target-opened.yml @@ -8,5 +8,5 @@ on: jobs: pyiron: - uses: pyiron/actions/.github/workflows/pr-target-opened.yml@actions-4.0.10 + uses: pyiron/actions/.github/workflows/pr-target-opened.yml@actions-4.0.12 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/push-pull.yml b/.github/workflows/push-pull.yml index 7f602069..d6761b08 100644 --- a/.github/workflows/push-pull.yml +++ b/.github/workflows/push-pull.yml @@ -9,7 +9,7 @@ on: jobs: pyiron: - uses: pyiron/actions/.github/workflows/push-pull.yml@actions-4.0.10 + uses: pyiron/actions/.github/workflows/push-pull.yml@actions-4.0.12 secrets: inherit with: docs-env-files: .ci_support/environment.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7c0bd3c..0676df80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: pyiron: - uses: pyiron/actions/.github/workflows/hatch-release.yml@actions-4.0.10 + uses: pyiron/actions/.github/workflows/hatch-release.yml@actions-4.0.12 secrets: inherit with: semantic-upper-bound: 'minor' diff --git a/.github/workflows/slurm-test.yml b/.github/workflows/slurm-test.yml index d2886dcf..1c070098 100644 --- a/.github/workflows/slurm-test.yml +++ b/.github/workflows/slurm-test.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v6 - uses: koesterlab/setup-slurm-action@v1 timeout-minutes: 5 - - uses: pyiron/actions/cached-miniforge@actions-4.0.10 + - uses: pyiron/actions/cached-miniforge@actions-4.0.12 with: python-version: '3.12' env-files: .ci_support/environment.yml .ci_support/environment-cluster.yml diff --git a/.github/workflows/test-latest-release.yml b/.github/workflows/test-latest-release.yml index f654db40..b161d928 100644 --- a/.github/workflows/test-latest-release.yml +++ b/.github/workflows/test-latest-release.yml @@ -35,13 +35,13 @@ jobs: echo -e "channels:\n- conda-forge\ndependencies:\n- ${{ github.event.repository.name }}" > ./just_this_package_environment.yml cat ./just_this_package_environment.yml echo `pwd` - - uses: pyiron/actions/cached-miniforge@actions-4.0.10 + - uses: pyiron/actions/cached-miniforge@actions-4.0.12 with: python-version: '3.12' env-files: ./just_this_package_environment.yml local-code-directory: '' - - uses: pyiron/actions/pyiron-config@actions-4.0.10 - - uses: pyiron/actions/add-to-python-path@actions-4.0.10 + - uses: pyiron/actions/pyiron-config@actions-4.0.12 + - uses: pyiron/actions/add-to-python-path@actions-4.0.12 with: # This is specific to getting the executorlib tests to work path-dirs: tests tests/benchmark tests/integration tests/static tests/unit - name: Test diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index ce4806a3..764df410 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -8,5 +8,5 @@ on: jobs: codeql: - uses: pyiron/actions/.github/workflows/codeql.yml@actions-4.0.10 + uses: pyiron/actions/.github/workflows/codeql.yml@actions-4.0.12 secrets: inherit \ No newline at end of file