Skip to content

Commit

Permalink
Merge pull request #57 from pyiron/ci206
Browse files Browse the repository at this point in the history
Bump CI target
  • Loading branch information
liamhuber authored May 11, 2024
2 parents fddc2e1 + 0002ca1 commit 019e429
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:
Tests-and-Coverage:
uses: pyiron/actions/.github/workflows/[email protected].5
uses: pyiron/actions/.github/workflows/[email protected].6
secrets: inherit
with:
tests-env-files: .ci_support/environment.yml .ci_support/environment-pyiron_atomistics.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/[email protected].5
uses: pyiron/actions/.github/workflows/[email protected].6
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/[email protected].5
uses: pyiron/actions/.github/workflows/[email protected].6
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/[email protected].5
uses: pyiron/actions/.github/workflows/[email protected].6
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/[email protected].5
uses: pyiron/actions/.github/workflows/[email protected].6
secrets: inherit
with:
docs-env-files: .ci_support/environment.yml .ci_support/environment-docs.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/[email protected].5
uses: pyiron/actions/.github/workflows/[email protected].6
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/[email protected].5
uses: pyiron/actions/.github/workflows/[email protected].6
secrets: inherit

0 comments on commit 019e429

Please sign in to comment.