generated from pyiron/pyiron_module_template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pyiron/actions from actions-3.3.1 to 3.3.3
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
1 parent
4b59a34
commit f180d95
Showing
8 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |