From b9dae8a669a34cd96dd7a28c1ff9ac368f06520c Mon Sep 17 00:00:00 2001 From: Liam Huber Date: Tue, 27 Aug 2024 14:35:25 -0700 Subject: [PATCH] Target new CI release (#31) --- .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-or-preview.yml | 2 +- .github/workflows/weekly.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index aa397f7..0e88a92 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -8,7 +8,7 @@ on: jobs: codeql: - uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-3.2.1 + uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-3.3.0 secrets: inherit with: tests-env-files: .ci_support/environment.yml .ci_support/environment-tests.yml \ No newline at end of file diff --git a/.github/workflows/dependabot-pr.yml b/.github/workflows/dependabot-pr.yml index 11d7709..fe50a70 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-3.2.1 + uses: pyiron/actions/.github/workflows/dependabot-pr.yml@actions-3.3.0 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/pr-labeled.yml b/.github/workflows/pr-labeled.yml index fac7e5a..41ec48d 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-3.2.1 + uses: pyiron/actions/.github/workflows/pr-labeled.yml@actions-3.3.0 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 434c040..b60c454 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-3.2.1 + uses: pyiron/actions/.github/workflows/pr-target-opened.yml@actions-3.3.0 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/push-pull.yml b/.github/workflows/push-pull.yml index 914771c..ad02a5b 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-3.2.1 + uses: pyiron/actions/.github/workflows/push-pull.yml@actions-3.3.0 secrets: inherit with: tests-env-files: .ci_support/environment.yml .ci_support/environment-tests.yml diff --git a/.github/workflows/release-or-preview.yml b/.github/workflows/release-or-preview.yml index 27129ae..c0d714e 100644 --- a/.github/workflows/release-or-preview.yml +++ b/.github/workflows/release-or-preview.yml @@ -10,7 +10,7 @@ on: jobs: pyproject-flow: - uses: pyiron/actions/.github/workflows/pyproject-release.yml@actions-3.2.1 + uses: pyiron/actions/.github/workflows/pyproject-release.yml@actions-3.3.0 secrets: inherit with: semantic-upper-bound: 'minor' diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 2642d48..7d52d39 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-3.2.1 + uses: pyiron/actions/.github/workflows/codeql.yml@actions-3.3.0 secrets: inherit \ No newline at end of file