Skip to content

Commit 781aafc

Browse files
authored
Merge pull request #29 from skrysm/feature/upgrade-dependencies
Upgrade Dependencies
2 parents 288980a + b7f297d commit 781aafc

File tree

5 files changed

+109
-95
lines changed

5 files changed

+109
-95
lines changed

.github/workflows/build-and-deploy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333
# IMPORTANT: Always USE A PULL REQUEST TO UPDATE THE HUGO VERSION to be able to fix all problems
3434
# before pushing the result to production!!!
3535
#
36-
HUGO_VERSION: 0.147.9
36+
HUGO_VERSION: 0.150.0
3737

3838
# Set "DEPLOY_STATE" to "production" if this workflow was triggered by a push to the main branch.
3939
# Set "DEPLOY_STATE" to "preview" in any other case (i.e. pull requests).
@@ -85,13 +85,13 @@ jobs:
8585
8686
# See: https://github.com/marketplace/actions/setup-node-js-environment
8787
- name: Setup NodeJS environment
88-
uses: actions/setup-node@v4
88+
uses: actions/setup-node@v5
8989
with:
9090
node-version: 'latest'
9191

9292
# See: https://github.com/marketplace/actions/checkout
9393
- name: Clone Git repository
94-
uses: actions/checkout@v4
94+
uses: actions/checkout@v5
9595
with:
9696
lfs: true
9797
submodules: true
@@ -205,7 +205,7 @@ jobs:
205205

206206
# See: https://github.com/marketplace/actions/ftp-deploy
207207
- name: Deploy site
208-
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
208+
uses: SamKirkland/FTP-Deploy-Action@a51268f67f6605236975928ae28b0f7e9971d50a # 4.3.6
209209
env:
210210
HAS_ACCESS_TO_SECRETS: ${{ secrets.ftp_username }}
211211
# Only run this step if the workflow has access to the repository's secret. Only pull requests

themes/devlog-theme/_utils/package-lock.json

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

themes/devlog-theme/_utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"dependencies": {
66
"glob": "^10.4.5",
77
"js-beautify": "^1.15.4",
8-
"pagefind": "^1.3.0"
8+
"pagefind": "^1.4.0"
99
}
1010
}

0 commit comments

Comments
 (0)