Skip to content

Commit

Permalink
Target new CI release (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamhuber authored Aug 27, 2024
1 parent 731bb74 commit b9dae8a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
codeql:
uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-3.2.1
uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-3.3.0
secrets: inherit
with:
tests-env-files: .ci_support/environment.yml .ci_support/environment-tests.yml
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/dependabot-pr.yml@actions-3.2.1
uses: pyiron/actions/.github/workflows/dependabot-pr.yml@actions-3.3.0
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/pr-labeled.yml@actions-3.2.1
uses: pyiron/actions/.github/workflows/pr-labeled.yml@actions-3.3.0
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/pr-target-opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/pr-target-opened.yml@actions-3.2.1
uses: pyiron/actions/.github/workflows/pr-target-opened.yml@actions-3.3.0
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/push-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/push-pull.yml@actions-3.2.1
uses: pyiron/actions/.github/workflows/push-pull.yml@actions-3.3.0
secrets: inherit
with:
tests-env-files: .ci_support/environment.yml .ci_support/environment-tests.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-or-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
pyproject-flow:
uses: pyiron/actions/.github/workflows/pyproject-release.yml@actions-3.2.1
uses: pyiron/actions/.github/workflows/pyproject-release.yml@actions-3.3.0
secrets: inherit
with:
semantic-upper-bound: 'minor'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
codeql:
uses: pyiron/actions/.github/workflows/codeql.yml@actions-3.2.1
uses: pyiron/actions/.github/workflows/codeql.yml@actions-3.3.0
secrets: inherit

0 comments on commit b9dae8a

Please sign in to comment.