Skip to content

Commit 7222dc8

Browse files
hdonnaycrozzy
authored andcommitted
cicd: change version specifiers to be major-version only
Signed-off-by: Hank Donnay <[email protected]>
1 parent 3ebd889 commit 7222dc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/documentation/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
exec mdbook build --dest-dir "./book/${d}"
2323
fi
2424
- if: ${{ inputs.publish == 'true' }}
25-
uses: peaceiris/actions-gh-pages@v3.8.0
25+
uses: peaceiris/actions-gh-pages@v3
2626
with:
2727
github_token: ${{ inputs.token }}
2828
publish_dir: ./book

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
/tmp/git-chglog $filter_tag --next-tag "${{ github.event.inputs.tag }}" -o CHANGELOG.md v4.0.0-alpha.2..
4747
- name: Create Pull Request
48-
uses: peter-evans/create-pull-request@v6.0.1
48+
uses: peter-evans/create-pull-request@v6
4949
with:
5050
title: "${{ github.event.inputs.tag }} Changelog Bump"
5151
body: "This is an automated changelog commit."

0 commit comments

Comments
 (0)