Skip to content

Commit

Permalink
Bump pyiron/actions dependency from 3.3.0 to 3.3.3
Browse files Browse the repository at this point in the history
Upstream there is a mamba depreciation; they are letting us know by periodically having the solver break on the CI downloads; if you still see daily tests fail after this, dig deeper as it might be a real dailies fail.
  • Loading branch information
liamhuber committed Nov 25, 2024
1 parent e0e1c2f commit b86b939
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily.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].0
uses: pyiron/actions/.github/workflows/[email protected].3
secrets: inherit
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].0
uses: pyiron/actions/.github/workflows/[email protected].3
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].0
uses: pyiron/actions/.github/workflows/[email protected].3
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].0
uses: pyiron/actions/.github/workflows/[email protected].3
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/[email protected].0
uses: pyiron/actions/.github/workflows/[email protected].3
secrets: inherit
with:
semantic-upper-bound: 'minor'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/[email protected].0
uses: pyiron/actions/.github/workflows/[email protected].3
secrets: inherit
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].0
uses: pyiron/actions/.github/workflows/[email protected].3
secrets: inherit
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].0
uses: pyiron/actions/.github/workflows/[email protected].3
secrets: inherit
# All the environment files variables point to .ci_support/environment.yml by default
```
Expand All @@ -48,7 +48,7 @@ It instead reads
```yaml
jobs:
pyiron:
uses: pyiron/actions/.github/workflows/[email protected].0
uses: pyiron/actions/.github/workflows/[email protected].3
secrets: inherit
with:
notebooks-env-files: .ci_support/environment.yml .ci_support/environment-notebooks.yml
Expand Down

0 comments on commit b86b939

Please sign in to comment.