We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a9d8e commit 3e7da56Copy full SHA for 3e7da56
1 file changed
.github/workflows/schema-and-operators.yml
@@ -11,20 +11,20 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout deployer-ui
14
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
15
with:
16
path: range42-deployer-ui
17
18
- name: Checkout backend-api (for cross-compare + pydantic drift)
19
20
21
repository: range42/range42-backend-api
22
path: range42-backend-api
23
ref: dev
24
continue-on-error: true
25
26
- name: Setup Node 24
27
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
28
29
node-version: 24
30
cache: npm
@@ -59,7 +59,7 @@ jobs:
59
run: npm run build
60
61
- name: Setup Python 3.11
62
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
63
64
python-version: '3.11'
65
0 commit comments