We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2077111 commit 723ab4cCopy full SHA for 723ab4c
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/[email protected]
18
- name: Set Up Python
19
- uses: actions/setup-python@v4.7.0
+ uses: actions/setup-python@v5.0.0
20
with:
21
python-version: '3.8'
22
- name: Install dependencies
@@ -38,7 +38,7 @@ jobs:
38
- name: Setup Build Tools
39
run: sudo apt-get install -y libkrb5-dev krb5-user krb5-kdc krb5-admin-server krb5-multidev
40
41
42
43
python-version: ${{ matrix.python }}
44
@@ -62,7 +62,7 @@ jobs:
62
63
fetch-depth: 0
64
65
66
67
68
0 commit comments