Skip to content

Commit 1ac9d11

Browse files
authored
Bump label checker (#98)
1 parent 68bb435 commit 1ac9d11

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.9
18+
- uses: docker://agilepathway/pull-request-label-checker:v1.6.65
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
@@ -21,7 +21,7 @@ jobs:
2121

2222
# update the version in `check_semver_labels.yml` manually, too
2323
# (eventually Dependabot will do this automatically and I won't need this hack)
24-
- uses: agilepathway/label-checker@v1.0.9
24+
- uses: agilepathway/label-checker@v1.6.65
2525

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

0 commit comments

Comments
 (0)