Skip to content

Commit

Permalink
Update GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
samwaseda committed Nov 11, 2024
1 parent b7f3d54 commit b5d0380
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .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/tests-and-coverage.yml@actions-3.3.0
secrets: inherit
uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-3.3.3
secrets: inherit
4 changes: 2 additions & 2 deletions .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.3.0
secrets: inherit
uses: pyiron/actions/.github/workflows/dependabot-pr.yml@actions-3.3.3
secrets: inherit
4 changes: 2 additions & 2 deletions .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.3.0
secrets: inherit
uses: pyiron/actions/.github/workflows/pr-labeled.yml@actions-3.3.3
secrets: inherit
4 changes: 2 additions & 2 deletions .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.3.0
secrets: inherit
uses: pyiron/actions/.github/workflows/pr-target-opened.yml@actions-3.3.3
secrets: inherit
5 changes: 3 additions & 2 deletions .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/pyproject-release.yml@actions-3.3.0
uses: pyiron/actions/.github/workflows/pyproject-release.yml@actions-3.3.3
secrets: inherit
with:
runner: 'ubuntu-22.04' # with ubuntu > 22.04, pip is broken
semantic-upper-bound: 'minor'
publish-to-pypi: false
publish-to-pypi: false
7 changes: 5 additions & 2 deletions .github/workflows/push-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/push-pull.yml@actions-3.3.0
secrets: inherit
uses: pyiron/actions/.github/workflows/push-pull.yml@actions-3.3.3
with:
runner: 'ubuntu-22.04' # with ubuntu > 22.04, pip is broken
python-version-alt3: 'exclude' # No python 3.9
secrets: inherit
4 changes: 2 additions & 2 deletions .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.3.0
secrets: inherit
uses: pyiron/actions/.github/workflows/codeql.yml@actions-3.3.3
secrets: inherit

0 comments on commit b5d0380

Please sign in to comment.