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 1616 steps :
1717 - uses : actions/checkout@v4.1.1
1818 - name : Set Up Python
19- uses : actions/setup-python@v5 .0.0
19+ uses : actions/setup-python@v6 .0.0
2020 with :
2121 python-version : ' 3.10'
2222 - name : Install dependencies
3434 - name : Setup Build Tools
3535 run : sudo apt-get install -y libkrb5-dev krb5-user krb5-kdc krb5-admin-server krb5-multidev
3636 - name : Set Up Python
37- uses : actions/setup-python@v5 .0.0
37+ uses : actions/setup-python@v6 .0.0
3838 with :
3939 python-version : ' 3.13'
4040 - name : Install dependencies
5858 - name : Setup Build Tools
5959 run : sudo apt-get install -y libkrb5-dev krb5-user krb5-kdc krb5-admin-server krb5-multidev
6060 - name : Set Up Python
61- uses : actions/setup-python@v5 .0.0
61+ uses : actions/setup-python@v6 .0.0
6262 with :
6363 python-version : ${{ matrix.python }}
6464 - name : Install dependencies
8282 with :
8383 fetch-depth : 0
8484 - name : Set Up Python
85- uses : actions/setup-python@v5 .0.0
85+ uses : actions/setup-python@v6 .0.0
8686 with :
8787 python-version : ' 3.10'
8888 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments