Skip to content

Commit 2d1d828

Browse files
committed
Merge branch 'main' into adding-fendl-3.2c
2 parents 088c434 + 5cbce51 commit 2d1d828

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test_package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
run_scripts:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424

2525
- name: Set up Python
26-
uses: actions/setup-python@v2
26+
uses: actions/setup-python@v5
2727
with:
28-
python-version: 3.9
28+
python-version: 3.12
2929

3030
- name: Install testing dependencies
3131
run: |

.github/workflows/test_processing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
3737
- name: Set up Python
3838
if: steps.changed-files-specific.outputs.any_changed == 'true'
39-
uses: actions/setup-python@v2
39+
uses: actions/setup-python@v5
4040
with:
41-
python-version: 3.9
41+
python-version: 3.12
4242

4343
- name: Install testing dependencies
4444
if: steps.changed-files-specific.outputs.any_changed == 'true'

0 commit comments

Comments
 (0)