diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 450b41f..a5039a9 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.3.0 + uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-3.3.3 secrets: inherit \ 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/preview-release.yml b/.github/workflows/preview-release.yml index 6acb3ab..0c1103c 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.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/push-pull.yml b/.github/workflows/push-pull.yml index 5c6aee8..3668956 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.3.0 + uses: pyiron/actions/.github/workflows/push-pull.yml@actions-3.3.3 secrets: inherit \ No newline at end of file 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 diff --git a/docs/README.md b/docs/README.md index 33a4577..7c4ba70 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-3.3.0 + uses: pyiron/actions/.github/workflows/push-pull.yml@actions-3.3.3 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-3.3.0 + uses: pyiron/actions/.github/workflows/push-pull.yml@actions-3.3.3 secrets: inherit with: notebooks-env-files: .ci_support/environment.yml .ci_support/environment-notebooks.yml