From 47f1c676f9ca6ecad15d5f9e95df686e18e8905d Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Tue, 23 Dec 2025 13:27:43 +0530 Subject: [PATCH] chore: update actions Signed-off-by: Akhil Narang --- .github/actions/setup/action.yml | 8 ++++---- .github/workflows/_base-migration.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index a48cb5778b..4ae0e9f6da 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -45,12 +45,12 @@ runs: git config --global advice.detachedHead false - name: Clone - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: apps/${{ github.event.repository.name }} - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ inputs.python-version }} @@ -64,14 +64,14 @@ runs: fi - name: Checkout Frappe - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: ${{ env.FRAPPE_GH_ORG || github.repository_owner }}/frappe ref: ${{ github.event.client_payload.frappe_sha || github.base_ref || github.ref_name }} path: apps/frappe if: github.event.repository.name != 'frappe' - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: ${{ inputs.node-version }} check-latest: true diff --git a/.github/workflows/_base-migration.yml b/.github/workflows/_base-migration.yml index cc9a529c87..ccabf8f058 100644 --- a/.github/workflows/_base-migration.yml +++ b/.github/workflows/_base-migration.yml @@ -51,7 +51,7 @@ jobs: db-root-password: ${{ env.DB_ROOT_PASSWORD }} - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: | 3.11