diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 8863d5d..ea4f0df 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.4 + uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-2.0.5 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 6358e1e..96fec93 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.4 + uses: pyiron/actions/.github/workflows/dependabot-pr.yml@actions-2.0.5 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/pr-labeled.yml b/.github/workflows/pr-labeled.yml index 784c283..e38ebc6 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.4 + uses: pyiron/actions/.github/workflows/pr-labeled.yml@actions-2.0.5 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 b6b13b7..62aa833 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.4 + uses: pyiron/actions/.github/workflows/pr-target-opened.yml@actions-2.0.5 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/push-pull.yml b/.github/workflows/push-pull.yml index 1927702..a5cd434 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.4 + uses: pyiron/actions/.github/workflows/push-pull.yml@actions-2.0.5 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 2d64f47..3b3cbd5 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.4 + uses: pyiron/actions/.github/workflows/pyproject-release.yml@actions-2.0.5 secrets: inherit with: semantic-upper-bound: 'minor' diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 5ec9762..05923be 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.4 + uses: pyiron/actions/.github/workflows/codeql.yml@actions-2.0.5 secrets: inherit \ No newline at end of file