Skip to content

Commit

Permalink
Upgrade more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Sep 9, 2024
1 parent 5dc0d70 commit ffd5baf
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 51 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compress-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Compress Images
on:
workflow_dispatch:
schedule:
- cron: '00 23 * * 0'
- cron: "00 23 * * 0"
jobs:
build:
name: calibreapp/image-actions
Expand All @@ -20,7 +20,7 @@ jobs:
compressOnly: true
- name: Create New Pull Request If Needed
if: steps.calibre.outputs.markdown != ''
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
title: Compressed Images Nightly
branch-suffix: timestamp
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"sharp": "^0.33.5",
"typescript": "^5.5.4"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"devDependencies": {
"sass": "^1.78.0"
}
Expand Down
96 changes: 48 additions & 48 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ffd5baf

Please sign in to comment.