Skip to content

Commit

Permalink
Merge pull request #793 from jesperancinha/update-quick
Browse files Browse the repository at this point in the history
quick updates
  • Loading branch information
jesperancinha authored Sep 21, 2024
2 parents b81578d + 2fadd67 commit 9b4f3ce
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bridge-logistics-cypress-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: make deps-cypress-update

- name: Create pull request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: Update cypress dependencies
branch: update-cypress-dependencies-and-containers
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bridge-logistics-java-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: make deps-java-update

- name: Create pull request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: Update java
branch: update-java
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bridge-logistics-node-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: make deps-node-update

- name: Create pull request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: Update node
branch: update-node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bridge-logistics-npm-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: make deps-npm-update

- name: Create pull request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: Update npm dependencies
branch: update-npm-dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bridge-logistics-plugins-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: make deps-plugins-update

- name: Create pull request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: Update plugins
branch: update-plugins
Expand Down

0 comments on commit 9b4f3ce

Please sign in to comment.