Skip to content

Commit 57285dd

Browse files
authored
Update test.yaml
1 parent 09edf0d commit 57285dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
FLASK: 2.2.5
5151
steps:
5252
- name: 'Set up Python ${{ matrix.python-version }}'
53-
uses: actions/setup-python@v2
53+
uses: actions/setup-python@v5
5454
with:
5555
python-version: '${{ matrix.python-version }}'
56-
- uses: actions/checkout@v2
56+
- uses: actions/checkout@v4
5757
- run: pip install pytest Flask==$FLASK
5858
env:
5959
FLASK: '${{ matrix.FLASK }}'

0 commit comments

Comments
 (0)