Skip to content

Commit

Permalink
Bump pyiron/actions from actions-3.3.1 to 3.3.3
Browse files Browse the repository at this point in the history
Bumps [pyiron/actions](https://github.com/pyiron/actions) from actions-3.3.1 to 3.3.3. This release includes the previously tagged commit.
- [Release notes](https://github.com/pyiron/actions/releases)
- [Commits](pyiron/actions@actions-3.3.1...actions-3.3.3)

---
updated-dependencies:
- dependency-name: pyiron/actions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 4b59a34 commit f180d95
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
codeql:
uses: pyiron/actions/.github/workflows/[email protected].1
uses: pyiron/actions/.github/workflows/[email protected].3
secrets: inherit
with:
extra-python-paths: tests tests/benchmark tests/integration tests/static tests/unit # For executorlib
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].1
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].1
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].1
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].1
uses: pyiron/actions/.github/workflows/[email protected].3
secrets: inherit
with:
docs-env-files: .ci_support/environment.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 @@ -8,7 +8,7 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/[email protected].1
uses: pyiron/actions/.github/workflows/[email protected].3
secrets: inherit
with:
semantic-upper-bound: 'minor'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
echo -e "channels:\n- conda-forge\ndependencies:\n- ${{ github.event.repository.name }}" > ./just_this_package_environment.yml
cat ./just_this_package_environment.yml
echo `pwd`
- uses: pyiron/actions/[email protected].1
- uses: pyiron/actions/[email protected].3
with:
python-version: '3.12'
env-files: ./just_this_package_environment.yml
local-code-directory: ''
- uses: pyiron/actions/[email protected].1
- uses: pyiron/actions/[email protected].1
- uses: pyiron/actions/[email protected].3
- uses: pyiron/actions/[email protected].3
with: # This is specific to getting the executorlib tests to work
path-dirs: tests tests/benchmark tests/integration tests/static tests/unit
- name: Test
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].1
uses: pyiron/actions/.github/workflows/[email protected].3
secrets: inherit

0 comments on commit f180d95

Please sign in to comment.