Skip to content

Commit 27789cb

Browse files
committed
2 parents 9eb68a2 + ee78b3a commit 27789cb

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/mod-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "$MOD_UPDATES" >> "$GITHUB_OUTPUT"
3131
echo 'EOF' >> $GITHUB_OUTPUT
3232
- name: Create Pull Request
33-
uses: gethinode/create-pull-request@v6
33+
uses: gethinode/create-pull-request@v7
3434
with:
3535
token: ${{ secrets.HUGO_MOD_PR }}
3636
commit-message: 'fix: update Hugo module dependencies'

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@d-oit/hinode-mod-image-lightbox-gallery",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Hugo module compatible with Hinode image lightbox gallery",
55
"keywords": [
66
"hugo",
@@ -44,7 +44,7 @@
4444
"commitizen": "^4.3.1",
4545
"cpy-cli": "^5.0.0",
4646
"cz-conventional-changelog": "^3.3.0",
47-
"hugo-bin": "^0.136.4",
47+
"hugo-bin": "^0.137.1",
4848
"husky": "^9.1.7",
4949
"rimraf": "^6.0.1",
5050
"semantic-release": "^24.2.0"

0 commit comments

Comments
 (0)