diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 0e88a92..295718d 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.3.0 + uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-3.3.3 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 fe50a70..62220c5 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.3.0 + uses: pyiron/actions/.github/workflows/dependabot-pr.yml@actions-3.3.3 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/pr-labeled.yml b/.github/workflows/pr-labeled.yml index 41ec48d..aa31176 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.3.0 + uses: pyiron/actions/.github/workflows/pr-labeled.yml@actions-3.3.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 b60c454..a158392 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.3.0 + uses: pyiron/actions/.github/workflows/pr-target-opened.yml@actions-3.3.3 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/push-pull.yml b/.github/workflows/push-pull.yml index ad02a5b..f6ecaa5 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.3.0 + uses: pyiron/actions/.github/workflows/push-pull.yml@actions-3.3.3 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 c0d714e..015e6f1 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.3.0 + uses: pyiron/actions/.github/workflows/pyproject-release.yml@actions-3.3.3 secrets: inherit with: semantic-upper-bound: 'minor' diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 7d52d39..cc26712 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.3.0 + uses: pyiron/actions/.github/workflows/codeql.yml@actions-3.3.3 secrets: inherit \ No newline at end of file