From e0e1c2f7e8f6741d1a50c93e672af5e942d54c43 Mon Sep 17 00:00:00 2001 From: Liam Huber Date: Tue, 27 Aug 2024 14:01:07 -0700 Subject: [PATCH] Target new CI release (#48) --- .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/preview-release.yml | 2 +- .github/workflows/push-pull.yml | 2 +- .github/workflows/weekly.yml | 2 +- docs/README.md | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 10cdbfb..450b41f 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -8,5 +8,5 @@ on: jobs: codeql: - uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-3.1.0 + uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-3.3.0 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/dependabot-pr.yml b/.github/workflows/dependabot-pr.yml index 0559d31..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.1.0 + 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 7881d90..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.1.0 + 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 48b14f1..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-2.0.7 + 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/preview-release.yml b/.github/workflows/preview-release.yml index df5731b..6acb3ab 100644 --- a/.github/workflows/preview-release.yml +++ b/.github/workflows/preview-release.yml @@ -11,7 +11,7 @@ on: jobs: pyiron: - uses: pyiron/actions/.github/workflows/pyproject-release.yml@actions-3.1.0 + uses: pyiron/actions/.github/workflows/pyproject-release.yml@actions-3.3.0 secrets: inherit with: semantic-upper-bound: 'minor' diff --git a/.github/workflows/push-pull.yml b/.github/workflows/push-pull.yml index e4c5d41..5c6aee8 100644 --- a/.github/workflows/push-pull.yml +++ b/.github/workflows/push-pull.yml @@ -9,5 +9,5 @@ on: jobs: pyiron: - uses: pyiron/actions/.github/workflows/push-pull.yml@actions-3.1.0 + uses: pyiron/actions/.github/workflows/push-pull.yml@actions-3.3.0 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 66f744a..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.1.0 + uses: pyiron/actions/.github/workflows/codeql.yml@actions-3.3.0 secrets: inherit \ No newline at end of file diff --git a/docs/README.md b/docs/README.md index 9a2e4da..33a4577 100644 --- a/docs/README.md +++ b/docs/README.md @@ -38,7 +38,7 @@ In this case, you could add a new file `.ci_support/environment-notebooks.yml`, ```yaml jobs: pyiron: - uses: pyiron/actions/.github/workflows/push-pull.yml@actions-1.1.0b + uses: pyiron/actions/.github/workflows/push-pull.yml@actions-3.3.0 secrets: inherit # All the environment files variables point to .ci_support/environment.yml by default ``` @@ -48,7 +48,7 @@ It instead reads ```yaml jobs: pyiron: - uses: pyiron/actions/.github/workflows/push-pull.yml@actions-1.1.0b + uses: pyiron/actions/.github/workflows/push-pull.yml@actions-3.3.0 secrets: inherit with: notebooks-env-files: .ci_support/environment.yml .ci_support/environment-notebooks.yml