File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.2.1
2+ current_version = 1.2.2
33commit = False
44tag = False
55
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
2222only 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 }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments