chore: update actions

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
Akhil Narang 2025-12-23 13:27:43 +05:30
parent d3c4bb7750
commit 47f1c676f9
No known key found for this signature in database
GPG key ID: 9DCC61E211BF645F
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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