Skip to content

Commit 6fcc200

Browse files
chore(deps): bump the github-actions group across 1 directory with 4 updates
Bumps the github-actions group with 4 updates in the / directory: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request), [webiny/action-conventional-commits](https://github.com/webiny/action-conventional-commits), [dorny/paths-filter](https://github.com/dorny/paths-filter) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `peter-evans/create-pull-request` from 8.1.0 to 8.1.1 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v8.1.0...v8.1.1) Updates `webiny/action-conventional-commits` from 1.3.1 to 1.4.2 - [Release notes](https://github.com/webiny/action-conventional-commits/releases) - [Commits](webiny/action-conventional-commits@v1.3.1...v1.4.2) Updates `dorny/paths-filter` from 3 to 4 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](dorny/paths-filter@v3...v4) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: webiny/action-conventional-commits dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: dorny/paths-filter dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea40202 commit 6fcc200

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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@v8.1.0
38+
uses: peter-evans/create-pull-request@v8.1.1
3939
if: steps.buf-update.outputs.updated == 'true'
4040
with:
4141
delete-branch: "true"

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
if: "github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.action == 'reopened' || github.event.action == 'edited')"
3232
steps:
3333
- uses: "actions/checkout@v6"
34-
- uses: "webiny/action-conventional-commits@v1.3.1"
34+
- uses: "webiny/action-conventional-commits@v1.4.2"

.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@v8.1.0
39+
uses: peter-evans/create-pull-request@v8.1.1
4040
if: steps.buf-update.outputs.updated == 'true'
4141
with:
4242
delete-branch: "true"

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
codechange: "${{ steps.code-filter.outputs.codechange }}"
1515
steps:
1616
- uses: "actions/checkout@v6"
17-
- uses: "dorny/paths-filter@v3"
17+
- uses: "dorny/paths-filter@v4"
1818
id: "code-filter"
1919
with:
2020
filters: |
@@ -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@v6
83+
- uses: actions/upload-artifact@v7
8484
with:
8585
name: js-client-${{ matrix.node-version }}
8686
path: |

0 commit comments

Comments
 (0)