File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 container : fedorapython/fedora-python-tox:latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313
1414 - name : Install dependencies
1515 run : |
3030 runs-on : ubuntu-latest
3131 container : fedorapython/fedora-python-tox:latest
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434
3535 - name : Install dependencies
3636 run : dnf install -y krb5-devel libgit2-devel
5050 runs-on : ubuntu-latest
5151 container : quay.io/${{ matrix.distro }}
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v5
5454
5555 - name : prepare centos 8
5656 if : ${{ endsWith(matrix.distro, 'centos:stream8') }}
@@ -105,7 +105,7 @@ jobs:
105105
106106 steps :
107107
108- - uses : actions/checkout@v4
108+ - uses : actions/checkout@v5
109109 - name : Set up Python
110110 uses : actions/setup-python@v6
111111 with :
You can’t perform that action at this time.
0 commit comments