There was an error while loading. Please reload this page.
1 parent 09edf0d commit 57285ddCopy full SHA for 57285dd
.github/workflows/test.yaml
@@ -50,10 +50,10 @@ jobs:
50
FLASK: 2.2.5
51
steps:
52
- name: 'Set up Python ${{ matrix.python-version }}'
53
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
54
with:
55
python-version: '${{ matrix.python-version }}'
56
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
57
- run: pip install pytest Flask==$FLASK
58
env:
59
FLASK: '${{ matrix.FLASK }}'
0 commit comments