File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ jobs:
2424 sudo apt install coreutils p7zip-full qemu-user-static
2525
2626 - name : Checkout CustomPiOS
27- uses : actions/checkout@v4.3 .0
27+ uses : actions/checkout@v5.0 .0
2828 with :
2929 repository : ' guysoft/CustomPiOS'
3030 path : CustomPiOS
3131 ref : " baaa155f33f54fa0e777039dd47cca751fa55802"
3232
3333 - name : Checkout Project Repository
34- uses : actions/checkout@v4.3 .0
34+ uses : actions/checkout@v5.0 .0
3535 with :
3636 path : repository
3737 submodules : true
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
1818 sudo apt install coreutils p7zip-full qemu-user-static
1919
2020 - name : Checkout CustomPiOS
21- uses : actions/checkout@v4.3 .0
21+ uses : actions/checkout@v5.0 .0
2222 with :
2323 repository : ' guysoft/CustomPiOS'
2424 path : CustomPiOS
2525 ref : " baaa155f33f54fa0e777039dd47cca751fa55802"
2626
2727 - name : Checkout Project Repository
28- uses : actions/checkout@v4.3 .0
28+ uses : actions/checkout@v5.0 .0
2929 with :
3030 path : repository
3131 submodules : true
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 timeout-minutes : 5
1313 steps :
14- - uses : actions/checkout@v4.3 .0
14+ - uses : actions/checkout@v5.0 .0
1515 - run : |
1616 curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc -o gh-md-toc
1717 chmod a+x gh-md-toc
You can’t perform that action at this time.
0 commit comments