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 1919 prepare :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 with :
2424 path : " bottle-components-repository"
2525 ref : ${{ github.ref_name }}
8484 ]
8585 runs-on : ubuntu-latest
8686 steps :
87- - uses : actions/checkout@v4
87+ - uses : actions/checkout@v5
8888 with :
8989 path : " bottle-components-repository"
9090 ref : ${{ env.PR_BRANCH }}
@@ -144,7 +144,7 @@ jobs:
144144 env :
145145 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
146146
147- - uses : actions/checkout@v4
147+ - uses : actions/checkout@v5
148148 with :
149149 repository : bottlesdevs/tools
150150 path : " tools"
@@ -339,7 +339,7 @@ jobs:
339339 if : always() && needs.prepare.result == 'success'
340340 runs-on : ubuntu-latest
341341 steps :
342- - uses : actions/checkout@v4
342+ - uses : actions/checkout@v5
343343 with :
344344 path : " bottle-components-repository"
345345 ref : ${{ env.WORKING_BRANCH }}
You can’t perform that action at this time.
0 commit comments