From cd4d796e95711643fc22fe2826fa44c64e254e4b Mon Sep 17 00:00:00 2001 From: liamhuber Date: Fri, 10 May 2024 23:23:38 -0700 Subject: [PATCH] Bump CI target --- .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/weekly.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index aa7d038..37774c6 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -8,7 +8,7 @@ on: jobs: Tests-and-Coverage: - uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-2.0.1 + uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-2.0.2 secrets: inherit with: tests-env-files: .ci_support/environment.yml .ci_support/environment-pyiron_atomistics.yml diff --git a/.github/workflows/dependabot-pr.yml b/.github/workflows/dependabot-pr.yml index 4d0e8a6..04b3a7e 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-2.0.1 + uses: pyiron/actions/.github/workflows/dependabot-pr.yml@actions-2.0.2 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/pr-labeled.yml b/.github/workflows/pr-labeled.yml index c9b53c6..79f7b19 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-2.0.1 + uses: pyiron/actions/.github/workflows/pr-labeled.yml@actions-2.0.2 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 8a2904c..5ba6d95 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.1 + uses: pyiron/actions/.github/workflows/pr-target-opened.yml@actions-2.0.2 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/push-pull.yml b/.github/workflows/push-pull.yml index 2969fcf..baab795 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-2.0.1 + uses: pyiron/actions/.github/workflows/push-pull.yml@actions-2.0.2 secrets: inherit with: docs-env-files: .ci_support/environment.yml .ci_support/environment-docs.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f6b761..cb4176c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: jobs: pyiron: - uses: pyiron/actions/.github/workflows/pyproject-release.yml@actions-2.0.1 + uses: pyiron/actions/.github/workflows/pyproject-release.yml@actions-2.0.2 secrets: inherit with: semantic-upper-bound: 'minor' diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 18e86da..0401b58 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-2.0.1 + uses: pyiron/actions/.github/workflows/codeql.yml@actions-2.0.2 secrets: inherit \ No newline at end of file