diff --git a/.bumpversion.cfg b/.bumpversion.cfg index efd6f92..4f6baa9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.5 +current_version = 1.3.0 commit = False tag = False diff --git a/.github/workflows/start.yaml b/.github/workflows/start.yaml index 5ebf912..6420844 100644 --- a/.github/workflows/start.yaml +++ b/.github/workflows/start.yaml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: repository: glotzerlab/jetstream2-admin - ref: v1.2.5 + ref: v1.3.0 # Python 3.9 is the latest possible because netifaces has no new releases - name: Set up Python uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 diff --git a/README.md b/README.md index 6934f1c..994e327 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ workflow with this job: ``` start_action_runners: name: Start - uses: glotzerlab/jetstream2-admin/.github/workflows/start.yaml@ # v1.2.5 + uses: glotzerlab/jetstream2-admin/.github/workflows/start.yaml@ # v1.3.0 secrets: inherit ``` @@ -21,7 +21,7 @@ Optionally request only a certain number of runners: ``` start_action_runners: name: Start - uses: glotzerlab/jetstream2-admin/.github/workflows/start.yaml@ # v1.2.5 + uses: glotzerlab/jetstream2-admin/.github/workflows/start.yaml@ # v1.3.0 secrets: inherit with: number: 1