Skip to content

Commit 3e7da56

Browse files
committed
chore(ci): bump actions/checkout, setup-node, setup-python to v6
1 parent 34a9d8e commit 3e7da56

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/schema-and-operators.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout deployer-ui
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
with:
1616
path: range42-deployer-ui
1717

1818
- name: Checkout backend-api (for cross-compare + pydantic drift)
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020
with:
2121
repository: range42/range42-backend-api
2222
path: range42-backend-api
2323
ref: dev
2424
continue-on-error: true
2525

2626
- name: Setup Node 24
27-
uses: actions/setup-node@v4
27+
uses: actions/setup-node@v6
2828
with:
2929
node-version: 24
3030
cache: npm
@@ -59,7 +59,7 @@ jobs:
5959
run: npm run build
6060

6161
- name: Setup Python 3.11
62-
uses: actions/setup-python@v5
62+
uses: actions/setup-python@v6
6363
with:
6464
python-version: '3.11'
6565

0 commit comments

Comments
 (0)