We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ab8f8 commit 270814bCopy full SHA for 270814b
1 file changed
.github/workflows/validate_btm.yml
@@ -8,11 +8,11 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v1
12
- - name: Set up Python 3.9
13
- uses: actions/setup-python@v1
+ - uses: actions/checkout@v4
+ - name: Set up Python 3.12
+ uses: actions/setup-python@v5
14
with:
15
- python-version: 3.9
+ python-version: '3.12'
16
- name: Install dependencies
17
run: |
18
python -m pip install --upgrade pip
0 commit comments