Skip to content

Commit 9699def

Browse files
committed
update setup-python version
Signed-off-by: alexferl <[email protected]>
1 parent 2dd0d99 commit 9699def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ 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@v4
69+
uses: actions/setup-python@v5
7070
with:
7171
python-version: '${{ matrix.python-version }}'
7272
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)