Merge pull request #20 from actions/dependabot/github_actions/actions-minor-9655df15a5
Bump issue-ops/semver from 2.0.0 to 2.2.2 in the actions-minor group
This commit is contained in:
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
||||
|
||||
- name: Tag Version
|
||||
id: tag
|
||||
uses: issue-ops/semver@v2.0.0
|
||||
uses: issue-ops/semver@v2.2.2
|
||||
with:
|
||||
manifest-path: ${{ env.MANIFEST_PATH }}
|
||||
ref: main
|
||||
|
||||
2
.github/workflows/version-check.yml
vendored
2
.github/workflows/version-check.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
|
||||
- name: Check Version
|
||||
id: check-version
|
||||
uses: issue-ops/semver@v2.0.0
|
||||
uses: issue-ops/semver@v2.2.2
|
||||
with:
|
||||
check-only: true
|
||||
manifest-path: ${{ env.MANIFEST_PATH }}
|
||||
|
||||
Reference in New Issue
Block a user