We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc0c9c commit 3683a63Copy full SHA for 3683a63
.github/workflows/stage-to-prod-pr.yaml
@@ -17,6 +17,6 @@ jobs:
17
steps:
18
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19
- name: Create Pull Request
20
- uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
+ uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
21
with:
22
base: 'prod'
package.json
@@ -93,7 +93,7 @@
93
"@vitest/coverage-v8": "^4.0.0",
94
"dotenv-cli": "^11.0.0",
95
"dprint": "^0.53.0",
96
- "harperdb": "4.7.25",
+ "harperdb": "4.7.26",
97
"husky": "^9.1.7",
98
"jsdom": "^29.0.0",
99
"oxlint": "^1.32.0",
0 commit comments