diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 37774c6..784e65c 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.2 + uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-2.0.3 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 04b3a7e..2edd72d 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.2 + uses: pyiron/actions/.github/workflows/dependabot-pr.yml@actions-2.0.3 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/pr-labeled.yml b/.github/workflows/pr-labeled.yml index 79f7b19..e3f5b9e 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.2 + uses: pyiron/actions/.github/workflows/pr-labeled.yml@actions-2.0.3 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 5ba6d95..a6948af 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.2 + uses: pyiron/actions/.github/workflows/pr-target-opened.yml@actions-2.0.3 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/push-pull.yml b/.github/workflows/push-pull.yml index baab795..91e7ea7 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.2 + uses: pyiron/actions/.github/workflows/push-pull.yml@actions-2.0.3 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 cb4176c..4a778ef 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.2 + uses: pyiron/actions/.github/workflows/pyproject-release.yml@actions-2.0.3 secrets: inherit with: semantic-upper-bound: 'minor' diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 0401b58..a05f602 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.2 + uses: pyiron/actions/.github/workflows/codeql.yml@actions-2.0.3 secrets: inherit \ No newline at end of file