We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf6820 commit 2dd0d99Copy full SHA for 2dd0d99
.github/workflows/test.yaml
@@ -66,10 +66,10 @@ jobs:
66
- name: Disable AppArmor
67
run: sudo aa-disable /usr/sbin/slapd
68
- name: 'Set up Python ${{ matrix.python-version }}'
69
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
70
with:
71
python-version: '${{ matrix.python-version }}'
72
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
73
- run: pip install pytest Flask==$FLASK
74
env:
75
FLASK: '${{ matrix.FLASK }}'
0 commit comments