Skip to content

Commit d12e4ed

Browse files
Bump agilepathway/label-checker from v1.0.8 to v1.0.9 (#35)
* Bump agilepathway/label-checker from v1.0.8 to v1.0.9 Bumps [agilepathway/label-checker](https://github.com/agilepathway/label-checker) from v1.0.8 to v1.0.9. - [Release notes](https://github.com/agilepathway/label-checker/releases) - [Commits](agilepathway/label-checker@v1.0.8...1f40ad1) Signed-off-by: dependabot[bot] <[email protected]> * Bump label checker version Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Boyes <[email protected]>
1 parent f7dd740 commit d12e4ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check_semver_labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Check for semantic version label
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: docker://agilepathway/pull-request-label-checker:v1.0.8
18+
- uses: docker://agilepathway/pull-request-label-checker:v1.0.9
1919
with:
2020
one_of: major,minor,patch
2121
repo_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/dependabot_hack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
# update the version in `check_semver_labels.yml` manually, too
2222
# (eventually Dependabot will do this automatically and I won't need this hack)
23-
- uses: agilepathway/[email protected].8
23+
- uses: agilepathway/[email protected].9
2424

2525
# update the version in the devcontainer `Dockerfile` manually, too
2626
- uses: koalaman/[email protected]

0 commit comments

Comments
 (0)