Skip to content

Commit

Permalink
Bump version to 1.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Apr 11, 2023
1 parent 31d75f2 commit 8c74d5a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.1
current_version = 1.2.2
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shelve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/[email protected]
with:
path: ~/.cache/pip
key: jetstream2-admin-${{ runner.os }}-pip-v1.2.1-${{ hashFiles('**/requirements.txt') }}
key: jetstream2-admin-${{ runner.os }}-pip-v1.2.2-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
jetstream2-admin-${{ runner.os }}-pip-
- name: Install openstack
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ workflow with this job:

```
steps:
- uses: glotzerlab/jetstream2-admin/[email protected].1
- uses: glotzerlab/jetstream2-admin/[email protected].2
with:
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
Expand All @@ -22,7 +22,7 @@ Optionally request only a certain number of runners. Use this when your GitHub A
only runs a small number of jobs:
```
steps:
- uses: glotzerlab/jetstream2-admin/[email protected].1
- uses: glotzerlab/jetstream2-admin/[email protected].2
with:
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion start/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
- uses: actions/[email protected]
with:
path: ~/.cache/pip
key: jetstream2-admin-${{ runner.os }}-pip-v1.2.1-${{ hashFiles('**/requirements.txt') }}
key: jetstream2-admin-${{ runner.os }}-pip-v1.2.2-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
jetstream2-admin-${{ runner.os }}-pip-
- name: Install openstack
Expand Down

0 comments on commit 8c74d5a

Please sign in to comment.