File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Set up Python 3
10- uses : actions/setup-python@v4
10+ uses : actions/setup-python@v6
1111 with :
1212 python-version : 3.x
1313 - name : Versions
1414 run : |
1515 python3 --version
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v6
1717 with :
1818 submodules : true
1919 - name : Fetch correct submodule shas
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 tr '_' '-'
1818 )" >> $GITHUB_OUTPUT
1919 - name : Set up Python 3
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : 3.x
2323 - name : Versions
2424 run : |
2525 python3 --version
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v6
2727 with :
2828 submodules : true
2929 - name : Fetch correct submodule shas
You can’t perform that action at this time.
0 commit comments