Skip to content

Commit 270814b

Browse files
authored
update CI actions (#27)
1 parent b3ab8f8 commit 270814b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/validate_btm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v1
12-
- name: Set up Python 3.9
13-
uses: actions/setup-python@v1
11+
- uses: actions/checkout@v4
12+
- name: Set up Python 3.12
13+
uses: actions/setup-python@v5
1414
with:
15-
python-version: 3.9
15+
python-version: '3.12'
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)