diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 3a41dcd..34b8f3a 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: - python-version: '3.11' # Instead of default 3.12 due to matgl \ No newline at end of file + python-version: '3.11' # Instead of default 3.12 due to matgl diff --git a/.github/workflows/dependabot-pr.yml b/.github/workflows/dependabot-pr.yml index fe50a70..e8d6cf8 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 - secrets: inherit \ No newline at end of file + uses: pyiron/actions/.github/workflows/dependabot-pr.yml@actions-3.3.3 + secrets: inherit diff --git a/.github/workflows/pr-labeled.yml b/.github/workflows/pr-labeled.yml index 41ec48d..df1bc0f 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 - secrets: inherit \ No newline at end of file + uses: pyiron/actions/.github/workflows/pr-labeled.yml@actions-3.3.3 + secrets: inherit diff --git a/.github/workflows/pr-target-opened.yml b/.github/workflows/pr-target-opened.yml index b60c454..0c75dd2 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 - secrets: inherit \ No newline at end of file + uses: pyiron/actions/.github/workflows/pr-target-opened.yml@actions-3.3.3 + secrets: inherit diff --git a/.github/workflows/preview-release.yml b/.github/workflows/preview-release.yml index 4b9c557..f80368e 100644 --- a/.github/workflows/preview-release.yml +++ b/.github/workflows/preview-release.yml @@ -11,9 +11,9 @@ 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' publish-to-pypi: false - python-version: '3.11' # Instead of default 3.12 due to matgl \ No newline at end of file + python-version: '3.11' # Instead of default 3.12 due to matgl diff --git a/.github/workflows/push-pull.yml b/.github/workflows/push-pull.yml index 8fbd1cc..0ddd51c 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: python-version: '3.12' diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 7d52d39..f01a6b2 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 - secrets: inherit \ No newline at end of file + uses: pyiron/actions/.github/workflows/codeql.yml@actions-3.3.3 + secrets: inherit