Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/backend-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: ncu -e 2 -t minor > /dev/null 2>&1 || ncu --doctor -u -t minor
- run: npm audit fix
- run: npm test
- uses: EndBug/add-and-commit@v7
- uses: EndBug/add-and-commit@v10
with:
default_author: github_actions
message: Upgraded package dependencies
2 changes: 1 addition & 1 deletion .github/workflows/frontend-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
SKIP: '@openshift-console/dynamic-plugin-sdk,@openshift-console/dynamic-plugin-sdk-webpack,@apollo/client'
- run: npm audit fix
- run: npm test
- uses: EndBug/add-and-commit@v7
- uses: EndBug/add-and-commit@v10
with:
default_author: github_actions
message: Upgraded package dependencies
2 changes: 1 addition & 1 deletion .github/workflows/publish-multicluster-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: npm publish --dry-run

- name: Add and commit version update
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@v10
with:
default_author: github_actions
message: Release ${{ env.TAG }} [skip ci]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/root-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: npm-check-updates --target minor
run: ncu -e 2 -t minor > /dev/null 2>&1 || ncu --doctor -u -t minor
- run: npm audit fix
- uses: EndBug/add-and-commit@v7
- uses: EndBug/add-and-commit@v10
with:
default_author: github_actions
message: Upgraded package dependencies