Skip to content

Commit

Permalink
Merge pull request #3378 from openedx/release-23.x
Browse files Browse the repository at this point in the history
sync: release-23.x to next
  • Loading branch information
edx-requirements-bot authored Jan 13, 2025
2 parents a54ad88 + 81a0abf commit d966efb
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 51 deletions.
86 changes: 43 additions & 43 deletions .github/workflows/analyze-dependents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,182 +11,182 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout openedx/credentials-themes
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/credentials-themes
path: dependent-usage-analyzer/.projects/credentials-themes
- name: Checkout openedx/credentials
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/credentials
path: dependent-usage-analyzer/.projects/credentials
- name: Checkout openedx/edx-enterprise
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/edx-enterprise
path: dependent-usage-analyzer/.projects/edx-enterprise
- name: Checkout openedx/edx-ora2
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/edx-ora2
path: dependent-usage-analyzer/.projects/edx-ora2
- name: Checkout openedx/edx-platform
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/edx-platform
path: dependent-usage-analyzer/.projects/edx-platform
- name: Checkout openedx/frontend-app-account
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-app-account
path: dependent-usage-analyzer/.projects/frontend-app-account
- name: Checkout openedx/frontend-app-admin-portal
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-app-admin-portal
path: dependent-usage-analyzer/.projects/frontend-app-admin-portal
- name: Checkout openedx/frontend-app-authn
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-app-authn
path: dependent-usage-analyzer/.projects/frontend-app-authn
- name: Checkout openedx/frontend-app-communications
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-app-communications
path: dependent-usage-analyzer/.projects/frontend-app-communications
- name: Checkout openedx/frontend-app-course-authoring
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-app-course-authoring
path: dependent-usage-analyzer/.projects/frontend-app-course-authoring
- name: Checkout openedx/frontend-app-discussions
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-app-discussions
path: dependent-usage-analyzer/.projects/frontend-app-discussions
- name: Checkout openedx/frontend-app-ecommerce
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-app-ecommerce
path: dependent-usage-analyzer/.projects/frontend-app-ecommerce
- name: Checkout openedx/frontend-app-enterprise-public-catalog
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-app-enterprise-public-catalog
path: dependent-usage-analyzer/.projects/frontend-app-enterprise-public-catalog
- name: Checkout openedx/frontend-app-gradebook
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-app-gradebook
path: dependent-usage-analyzer/.projects/frontend-app-gradebook
- name: Checkout openedx/frontend-app-learner-portal-enterprise
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-app-learner-portal-enterprise
path: dependent-usage-analyzer/.projects/frontend-app-learner-portal-enterprise
- name: Checkout openedx/frontend-app-learner-portal-programs
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-app-learner-portal-programs
path: dependent-usage-analyzer/.projects/frontend-app-learner-portal-programs
- name: Checkout openedx/frontend-app-learner-record
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-app-learner-record
path: dependent-usage-analyzer/.projects/frontend-app-learner-record
- name: Checkout openedx/frontend-app-learning
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-app-learning
path: dependent-usage-analyzer/.projects/frontend-app-learning
- name: Checkout openedx/frontend-app-library-authoring
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-app-library-authoring
path: dependent-usage-analyzer/.projects/frontend-app-library-authoring
- name: Checkout openedx/frontend-app-ora-grading
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-app-ora-grading
path: dependent-usage-analyzer/.projects/frontend-app-ora-grading
- name: Checkout openedx/frontend-app-payment
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-app-payment
path: dependent-usage-analyzer/.projects/frontend-app-payment
- name: Checkout openedx/frontend-app-profile
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-app-profile
path: dependent-usage-analyzer/.projects/frontend-app-profile
- name: Checkout openedx/frontend-app-program-console
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-app-program-console
path: dependent-usage-analyzer/.projects/frontend-app-program-console
- name: Checkout openedx/frontend-app-publisher
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-app-publisher
path: dependent-usage-analyzer/.projects/frontend-app-publisher
- name: Checkout openedx/frontend-app-support-tools
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-app-support-tools
path: dependent-usage-analyzer/.projects/frontend-app-support-tools
- name: Checkout openedx/frontend-component-cookie-policy-banner
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-component-cookie-policy-banner
path: dependent-usage-analyzer/.projects/frontend-component-cookie-policy-banner
- name: Checkout edx/frontend-component-header-edx
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: edx/frontend-component-header-edx
path: dependent-usage-analyzer/.projects/frontend-component-header-edx
- name: Checkout openedx/frontend-component-header
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-component-header
path: dependent-usage-analyzer/.projects/frontend-component-header
- name: Checkout openedx/frontend-enterprise
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-enterprise
path: dependent-usage-analyzer/.projects/frontend-enterprise
- name: Checkout openedx/frontend-learner-portal-base
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-learner-portal-base
path: dependent-usage-analyzer/.projects/frontend-learner-portal-base
- name: Checkout openedx/frontend-lib-special-exams
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-lib-special-exams
path: dependent-usage-analyzer/.projects/frontend-lib-special-exams
- name: Checkout openedx/frontend-platform
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-platform
path: dependent-usage-analyzer/.projects/frontend-platform
- name: Checkout openedx/frontend-template-application
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-template-application
path: dependent-usage-analyzer/.projects/frontend-template-application
- name: Checkout openedx/studio-frontend
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/studio-frontend
path: dependent-usage-analyzer/.projects/studio-frontend
- name: Checkout openedx/frontend-app-communications
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-app-communications
path: dependent-usage-analyzer/.projects/frontend-app-communications
- name: Checkout openedx/frontend-app-learner-dashboard
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: openedx/frontend-app-learner-dashboard
path: dependent-usage-analyzer/.projects/frontend-app-learner-dashboard
Expand All @@ -208,11 +208,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Nodejs Env
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
- name: Setup Nodejs
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VER }}
- name: Install dependencies
Expand Down Expand Up @@ -246,13 +246,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Nodejs Env
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
- name: Setup Nodejs
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VER }}
- name: Download analysis output
Expand All @@ -261,7 +261,7 @@ jobs:
name: dependent-usage-json
- name: Create pull request for dependent project usages
id: cpr
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v7
with:
commit-message: "docs: update dependent-usage.json"
title: "docs: update dependent-usage.json"
Expand All @@ -270,12 +270,12 @@ jobs:
branch: dependent-usage-analyzer/update-dependent-usage-json
base: next
- name: Auto-approve pull request for dependent project usages
uses: hmarr/auto-approve-action@v2
uses: hmarr/auto-approve-action@v4
with:
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
github-token: ${{ secrets.requirements_bot_github_token }}
- name: Auto-merge pull request for dependent project usages
uses: pascalgn/automerge-action@v0.14.3
uses: pascalgn/automerge-action@v0.16.4
env:
GITHUB_TOKEN: ${{ secrets.requirements_bot_github_token }}
MERGE_METHOD: squash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Nodejs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Nodejs Env
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VER }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-23-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
FROM_BRANCH: release-23.x
TO_BRANCH: next
- name: Auto-approve pull request for sync
uses: hmarr/auto-approve-action@v2
uses: hmarr/auto-approve-action@v4
with:
pull-request-number: ${{ steps.cpr.outputs.PULL_REQUEST_NUMBER }}
github-token: ${{ secrets.requirements_bot_github_token }}
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d966efb

Please sign in to comment.