File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout 🛎️
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 with :
1515 repository : " pixelit-project/WebUI"
1616
3636 runs-on : ubuntu-latest
3737 steps :
3838 - name : Checkout 🛎️
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040 with :
4141 persist-credentials : false
4242
@@ -119,7 +119,7 @@ jobs:
119119 if : startsWith(github.ref, 'refs/tags/')
120120 steps :
121121 - name : Checkout 🛎️
122- uses : actions/checkout@v4
122+ uses : actions/checkout@v5
123123 with :
124124 repository : " pixelit-project/PixelIt.Docs"
125125 path : docs
@@ -159,7 +159,7 @@ jobs:
159159 if : startsWith(github.ref, 'refs/tags/')
160160 steps :
161161 - name : Checkout 🛎️
162- uses : actions/checkout@v4
162+ uses : actions/checkout@v5
163163 with :
164164 repository : " pixelit-project/WebUI"
165165
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616
1717 - name : Check if PR should be auto-merged
1818 uses : ahmadnassri/action-dependabot-auto-merge@v2
You can’t perform that action at this time.
0 commit comments