Skip to content

build(deps): bump actions/setup-python from 4 to 5 by dependabot[bot] [frappe] PR#23743

Bot Dokos requested to merge ft-pr-23743 into develop

From: https://github.com/frappe/frappe/pull/23743
Date: 2023-12-12 06:55:37+00:00



Diagnostics

Cleaning files from denylist:
 .github/workflows/linters.yml                |  99 +++++++++++++
 .github/workflows/on_release.yml             |  65 ++++++++
 .github/workflows/patch-mariadb-tests.yml    | 167 +++++++++++++++++++++
 .github/workflows/publish-assets-develop.yml |  45 ++++++
 .github/workflows/server-tests.yml           | 194 ++++++++++++++++++++++++
 .github/workflows/ui-tests.yml               | 213 +++++++++++++++++++++++++++
 6 files changed, 783 insertions(+)



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-23743

# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports