chore: update lockfiles (#1946)

This commit is contained in:
Will Jones
2024-12-18 08:43:33 -08:00
committed by GitHub
parent 37c359ed40
commit 25402ba6ec
5 changed files with 107 additions and 5 deletions

View File

@@ -97,3 +97,7 @@ jobs:
if: ${{ !inputs.dry_run && inputs.other }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: ./.github/workflows/update_package_lock_nodejs
if: ${{ !inputs.dry_run && inputs.other }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}