Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Oct 18, 2022
2 parents ca3b3cb + c8fca0e commit c4a26d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_package_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
node-version: 18.11.0
- run: npm install
- uses: gr2m/create-or-update-pull-request-action@v1-9.1
- uses: gr2m/create-or-update-pull-request-action@v1.9.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_readme_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node-version: 18.11.0
- run: npm ci
- run: npm run docs
- uses: gr2m/create-or-update-pull-request-action@v19.1
- uses: gr2m/create-or-update-pull-request-action@v1.9.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit c4a26d1

Please sign in to comment.