Skip to content

Commit bb81499

Browse files
ci(action): update gr2m/create-or-update-pull-request-action action to v1.10.1
1 parent 197d78d commit bb81499

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: lts/*
2020
- run: npm ci
2121
- run: npm run lint:fix
22-
- uses: gr2m/create-or-update-pull-request-action@v1.x
22+
- uses: gr2m/create-or-update-pull-request-action@v1.10.1
2323
env:
2424
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
2525
with:

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
env:
5757
VERSION: ${{ steps.openapi_types.outputs.version }}
5858
- name: Create Pull Request
59-
uses: gr2m/create-or-update-pull-request-action@v1.x
59+
uses: gr2m/create-or-update-pull-request-action@v1.10.1
6060
env:
6161
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
6262
with:

0 commit comments

Comments
 (0)