-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1639 from glotzerlab/release-4.3.0
Release 4.3.0
- Loading branch information
Showing
16 changed files
with
68 additions
and
34 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
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
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
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
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
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 |
---|---|---|
|
@@ -181,7 +181,7 @@ env: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.1 | ||
with: | ||
path: code | ||
submodules: true | ||
|
@@ -209,7 +209,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Use jetstream2-admin/start | ||
uses: glotzerlab/jetstream2-admin/[email protected].2 | ||
uses: glotzerlab/jetstream2-admin/[email protected].3 | ||
with: | ||
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }} | ||
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }} | ||
|
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 |
---|---|---|
|
@@ -50,7 +50,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Use jetstream2-admin/start | ||
uses: glotzerlab/jetstream2-admin/[email protected].2 | ||
uses: glotzerlab/jetstream2-admin/[email protected].3 | ||
with: | ||
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }} | ||
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }} | ||
|
@@ -82,7 +82,7 @@ jobs: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.1 | ||
with: | ||
path: code | ||
submodules: true | ||
|
@@ -188,7 +188,7 @@ jobs: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.1 | ||
with: | ||
path: code | ||
submodules: true | ||
|
@@ -249,7 +249,7 @@ jobs: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.1 | ||
with: | ||
path: code | ||
submodules: true | ||
|
@@ -299,7 +299,7 @@ jobs: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.1 | ||
with: | ||
path: code | ||
submodules: true | ||
|
@@ -362,7 +362,7 @@ jobs: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.1 | ||
with: | ||
path: code | ||
submodules: true | ||
|
@@ -477,7 +477,7 @@ jobs: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.1 | ||
with: | ||
path: code | ||
submodules: true | ||
|
@@ -547,7 +547,7 @@ jobs: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.1 | ||
with: | ||
path: code | ||
submodules: true | ||
|
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 |
---|---|---|
|
@@ -171,3 +171,6 @@ Domagoj Fijan <[email protected]> Domagoj Fijan <[email protected]> | |
Domagoj Fijan <[email protected]> Domagoj Fijan <[email protected]> | ||
Adrien Chen <[email protected]> Adrien Chen <[email protected]> | ||
Antonia Statt <[email protected]> Antonia Statt <> | ||
Alex Lee <[email protected]> Alex <[email protected]> | ||
Alex Lee <[email protected]> shihkual <[email protected]> | ||
Alex Lee <[email protected]> shihkual <[email protected]> |
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
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
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
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
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
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
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