Skip to content

Commit 3a47223

Browse files
committed
fix test.yml
1 parent 21020cb commit 3a47223

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
- name: Installation Python 3.7
1212
uses: actions/setup-python@v1
1313
with:
14-
python-version: '3.7'
14+
python-version: '3.14.2'
1515
- name: Cache pip
16-
uses: actions/cache@v1
16+
uses: actions/cache@v4
1717
with:
1818
path: ~/.cache/pip
1919
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@echo off
2+
3+
python py\datagouv_assert_version.py
4+
5+
pause

0 commit comments

Comments
 (0)