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 2424 architecture : x64
2525
2626 - name : Checkout
27- uses : actions/checkout@v5 .0.0
27+ uses : actions/checkout@v6 .0.1
2828
2929 - name : Cache Python requirements
3030 uses : actions/setup-python@v6
6060 steps :
6161
6262 - name : Check out repository
63- uses : actions/checkout@v5 .0.0
63+ uses : actions/checkout@v6 .0.1
6464 with :
6565 submodules : ' true'
6666
7171 runs-on : ubuntu-latest
7272 if : github.repository_owner == '3liz'
7373 steps :
74- - uses : actions/checkout@v5 .0.0
74+ - uses : actions/checkout@v6 .0.1
7575
7676 - name : Setup Python
7777 uses : actions/setup-python@v6
@@ -108,7 +108,7 @@ jobs:
108108 if : github.repository_owner == '3liz' && contains(github.ref, 'refs/tags/')
109109
110110 steps :
111- - uses : actions/checkout@v5 .0.0
111+ - uses : actions/checkout@v6 .0.1
112112
113113 - name : Setup Python
114114 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments