Skip to content

Commit 2dd0d99

Browse files
committed
update version
Signed-off-by: alexferl <[email protected]>
1 parent 8bf6820 commit 2dd0d99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ jobs:
6666
- name: Disable AppArmor
6767
run: sudo aa-disable /usr/sbin/slapd
6868
- name: 'Set up Python ${{ matrix.python-version }}'
69-
uses: actions/setup-python@v2
69+
uses: actions/setup-python@v4
7070
with:
7171
python-version: '${{ matrix.python-version }}'
72-
- uses: actions/checkout@v2
72+
- uses: actions/checkout@v4
7373
- run: pip install pytest Flask==$FLASK
7474
env:
7575
FLASK: '${{ matrix.FLASK }}'

0 commit comments

Comments
 (0)