File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v3.5.2
1818 - name : Set Up Python
19- uses : actions/setup-python@v3.1.2
19+ uses : actions/setup-python@v4.6.0
2020 with :
2121 python-version : ' 3.8'
2222 - name : Install dependencies
3838 - name : Setup Build Tools
3939 run : sudo apt-get install -y libkrb5-dev krb5-user krb5-kdc krb5-admin-server krb5-multidev
4040 - name : Set Up Python
41- uses : actions/setup-python@v3.1.2
41+ uses : actions/setup-python@v4.6.0
4242 with :
4343 python-version : ${{ matrix.python }}
4444 - name : Install dependencies
6262 with :
6363 fetch-depth : 0
6464 - name : Set Up Python
65- uses : actions/setup-python@v3.1.2
65+ uses : actions/setup-python@v4.6.0
6666 with :
6767 python-version : ' 3.8'
6868 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments