diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 65a00a5a8..e9f030e83 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 diff --git a/.github/workflows/dependabot-pr.yml b/.github/workflows/dependabot-pr.yml index 7a903e0a1..e8d6cf836 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 diff --git a/.github/workflows/pr-labeled.yml b/.github/workflows/pr-labeled.yml index c3eb086de..df1bc0f22 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 diff --git a/.github/workflows/pr-target-opened.yml b/.github/workflows/pr-target-opened.yml index 092c23bc6..0c75dd230 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 diff --git a/.github/workflows/push-pull.yml b/.github/workflows/push-pull.yml index 4046f73d4..3c4e2c303 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: notebooks-env-files: .ci_support/environment.yml .ci_support/environment-notebooks.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e7e707a0..eb659bf8a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,5 +7,5 @@ on: jobs: pyiron: - uses: pyiron/actions/.github/workflows/release.yml@actions-3.3.0 + uses: pyiron/actions/.github/workflows/release.yml@actions-3.3.3 secrets: inherit diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 46953dbac..f01a6b2f5 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