Skip to content

Commit 8c74d5a

Browse files
committed
Bump version to 1.2.2.
1 parent 31d75f2 commit 8c74d5a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.1
2+
current_version = 1.2.2
33
commit = False
44
tag = False
55

.github/workflows/shelve.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/cache@v3.3.1
2323
with:
2424
path: ~/.cache/pip
25-
key: jetstream2-admin-${{ runner.os }}-pip-v1.2.1-${{ hashFiles('**/requirements.txt') }}
25+
key: jetstream2-admin-${{ runner.os }}-pip-v1.2.2-${{ hashFiles('**/requirements.txt') }}
2626
restore-keys: |
2727
jetstream2-admin-${{ runner.os }}-pip-
2828
- name: Install openstack

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ workflow with this job:
1212

1313
```
1414
steps:
15-
- uses: glotzerlab/jetstream2-admin/start@v1.2.1
15+
- uses: glotzerlab/jetstream2-admin/start@v1.2.2
1616
with:
1717
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
1818
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
@@ -22,7 +22,7 @@ Optionally request only a certain number of runners. Use this when your GitHub A
2222
only runs a small number of jobs:
2323
```
2424
steps:
25-
- uses: glotzerlab/jetstream2-admin/start@v1.2.1
25+
- uses: glotzerlab/jetstream2-admin/start@v1.2.2
2626
with:
2727
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
2828
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}

start/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
- uses: actions/cache@v3.3.1
1818
with:
1919
path: ~/.cache/pip
20-
key: jetstream2-admin-${{ runner.os }}-pip-v1.2.1-${{ hashFiles('**/requirements.txt') }}
20+
key: jetstream2-admin-${{ runner.os }}-pip-v1.2.2-${{ hashFiles('**/requirements.txt') }}
2121
restore-keys: |
2222
jetstream2-admin-${{ runner.os }}-pip-
2323
- name: Install openstack

0 commit comments

Comments
 (0)