Skip to content

Commit

Permalink
Bump pyiron/actions dependency from 3.3.0 to 3.3.3 (#1196)
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 authored Nov 25, 2024
1 parent 9d3dfd1 commit 2897419
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,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/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].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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,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

0 comments on commit 2897419

Please sign in to comment.