Skip to content

Commit 4a3f1b7

Browse files
chore(deps): update non-major
1 parent 32f0332 commit 4a3f1b7

File tree

7 files changed

+1595
-1060
lines changed

7 files changed

+1595
-1060
lines changed

.github/workflows/create-node-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
app-id: ${{ secrets.ECOSPARK_APP_ID }}
3434
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
35-
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
35+
- uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
3636
if: ${{ steps.app-token.outputs.token != '' }}
3737
with:
3838
body: I ran `npm run update:node` 🧑‍💻

.github/workflows/create-sort-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
app-id: ${{ secrets.ECOSPARK_APP_ID }}
3636
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
37-
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
37+
- uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
3838
if: ${{ steps.app-token.outputs.token != '' }}
3939
with:
4040
body: I ran `npm run update:sorting` 🧑‍💻

.github/workflows/create-typescript-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
app-id: ${{ secrets.ECOSPARK_APP_ID }}
3636
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
37-
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
37+
- uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
3838
if: ${{ steps.app-token.outputs.token != '' }}
3939
with:
4040
body: I ran `npm run update:typescript` 🧑‍💻

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
app-id: ${{ secrets.ECOSPARK_APP_ID }}
3939
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
40-
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
40+
- uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
4141
if: ${{ steps.app-token.outputs.token != '' }}
4242
with:
4343
body: I ran `npm run format` 🧑‍💻

.github/workflows/update-pkg-utils.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
app-id: ${{ secrets.ECOSPARK_APP_ID }}
3131
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
32-
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
32+
- uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
3333
if: ${{ steps.app-token.outputs.token != '' }}
3434
with:
3535
body: I ran `npm install @sanity/pkg-utils@latest --save-exact` 🧑‍💻

0 commit comments

Comments
 (0)