Skip to content

Commit a40bfb9

Browse files
dependabot[bot]tstirrat15
authored andcommitted
chore(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `peter-evans/create-pull-request` from 7.0.9 to 8.0.0 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v7.0.9...v8.0.0) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c7c9e04 commit a40bfb9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/automatic-api-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: steps.buf-update.outputs.updated == 'true'
3636
run: "yarn run buf"
3737
- name: Create Pull Request
38-
uses: peter-evans/create-pull-request@v7.0.9
38+
uses: peter-evans/create-pull-request@v8.0.0
3939
if: steps.buf-update.outputs.updated == 'true'
4040
with:
4141
delete-branch: "true"

.github/workflows/manual-api-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: steps.buf-update.outputs.updated == 'true'
3737
run: "buf generate"
3838
- name: Create Pull Request
39-
uses: peter-evans/create-pull-request@v7.0.9
39+
uses: peter-evans/create-pull-request@v8.0.0
4040
if: steps.buf-update.outputs.updated == 'true'
4141
with:
4242
delete-branch: "true"

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Run tests
8181
run: CI=true yarn only-run-tests
8282
working-directory: ./js-dist
83-
- uses: actions/upload-artifact@v5
83+
- uses: actions/upload-artifact@v6
8484
with:
8585
name: js-client-${{ matrix.node-version }}
8686
path: |

0 commit comments

Comments
 (0)