Skip to content

Commit cf3a701

Browse files
authored
Merge branch 'dev' into dev_VMAT_merge
2 parents 302c452 + 232f909 commit cf3a701

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v6
17+
uses: actions/setup-python@v7
1818
with:
1919
python-version: '3.13'
2020

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ jobs:
5858
fi
5959
6060
- name: Install MATLAB with Compiler
61-
uses: matlab-actions/setup-matlab@v3
61+
uses: matlab-actions/setup-matlab@v3.0.1
6262
with:
6363
release: ${{ matrix.platform == 'macos-intel' && 'R2025b' || 'latest' }}
6464
products: MATLAB_Compiler MATLAB_Compiler_SDK Image_Processing_Toolbox Parallel_Computing_Toolbox Optimization_Toolbox Global_Optimization_Toolbox
6565

6666
- name: Build Standalone
67-
uses: matlab-actions/run-command@v3
67+
uses: matlab-actions/run-command@v3.2.0
6868
with:
6969
command: |
7070
matRad_buildStandalone('isRelease',${{ steps.build-type.outputs.is_release }},'verbose',true,'json','build_result.json')

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
stale:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/stale@v10
15+
- uses: actions/stale@v11
1616
with:
1717
stale-issue-message: 'This issue was automatically marked as stale because it has been sitting there for 14 days without activity. It will be closed in 14 days if no further activity occurs.'
1818
stale-pr-message: 'This PR was automatically marked as stale it has been open 30 days with no activity. Please review/update/merge this PR.'

0 commit comments

Comments
 (0)