chore: update dependency update command in GitHub Actions workflow

- Modified the dependency update command in the GitHub Actions workflow to remove the `--no-frozen-lockfile` option for improved flexibility during updates.
This commit is contained in:
d-kimsuon
2025-10-19 18:34:38 +09:00
parent 9144f26084
commit 4a69a68691

View File

@@ -27,7 +27,7 @@ jobs:
run: pnpm dlx corepack use pnpm@latest
- name: Update dependencies
run: pnpm up --latest --no-frozen-lockfile
run: pnpm up --latest
- name: Create Pull Request
uses: peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79 # v7.0.0