File tree Expand file tree Collapse file tree 10 files changed +19
-19
lines changed
Expand file tree Collapse file tree 10 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : " Git Checkout"
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : 📥 Checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020
Original file line number Diff line number Diff line change 6262 ssh-private-key : ${{ secrets.BOT_SSH_PRIVATE_KEY }}
6363
6464 - name : " Git Checkout"
65- uses : actions/checkout@v5
65+ uses : actions/checkout@v6
6666 with :
6767 fetch-depth : 0
6868
@@ -100,7 +100,7 @@ jobs:
100100 ssh-private-key : ${{ secrets.BOT_SSH_PRIVATE_KEY }}
101101
102102 - name : " Git Checkout"
103- uses : actions/checkout@v5
103+ uses : actions/checkout@v6
104104 with :
105105 fetch-depth : 0
106106
Original file line number Diff line number Diff line change 6464 ssh-private-key : ${{ secrets.BOT_SSH_PRIVATE_KEY }}
6565
6666 - name : " Git Checkout"
67- uses : actions/checkout@v5
67+ uses : actions/checkout@v6
6868 with :
6969 fetch-depth : 0
7070
@@ -108,7 +108,7 @@ jobs:
108108 ssh-private-key : ${{ secrets.BOT_SSH_PRIVATE_KEY }}
109109
110110 - name : " Git Checkout"
111- uses : actions/checkout@v5
111+ uses : actions/checkout@v6
112112 with :
113113 fetch-depth : 0
114114
Original file line number Diff line number Diff line change 3535 runs-on : ubuntu-latest
3636 steps :
3737 - name : " Git Checkout"
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939 with :
4040 fetch-depth : 0
4141
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : 📚 Git Checkout
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121 - name : 📊 Verify Pana Score
2222 uses : ./.github/actions/pana
2323 with :
2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : 📚 Git Checkout
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232 - name : 📊 Verify Pana Score
3333 uses : ./.github/actions/pana
3434 with :
3939 runs-on : ubuntu-latest
4040 steps :
4141 - name : 📚 Git Checkout
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343 - name : 📊 Verify Pana Score
4444 uses : ./.github/actions/pana
4545 with :
5050 runs-on : ubuntu-latest
5151 steps :
5252 - name : 📚 Git Checkout
53- uses : actions/checkout@v5
53+ uses : actions/checkout@v6
5454 - name : 📊 Verify Pana Score
5555 uses : ./.github/actions/pana
5656 with :
6161 runs-on : ubuntu-latest
6262 steps :
6363 - name : 📚 Git Checkout
64- uses : actions/checkout@v5
64+ uses : actions/checkout@v6
6565 - name : 📊 Verify Pana Score
6666 uses : ./.github/actions/pana
6767 with :
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : 📚 Checkout branch
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0
2525 token : ${{ secrets.BOT_GITHUB_API_TOKEN }}
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : 📚 Checkout branch
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222 with :
2323 fetch-depth : 0
2424 token : ${{ secrets.BOT_GITHUB_API_TOKEN }}
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : " Git Checkout"
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434 with :
3535 fetch-depth : 0
3636 - name : " Install Flutter"
5959 timeout-minutes : 15
6060 steps :
6161 - name : " Git Checkout"
62- uses : actions/checkout@v5
62+ uses : actions/checkout@v6
6363 with :
6464 fetch-depth : 0
6565 - name : " Install Flutter"
8686 timeout-minutes : 30
8787 steps :
8888 - name : " Git Checkout"
89- uses : actions/checkout@v5
89+ uses : actions/checkout@v6
9090 with :
9191 fetch-depth : 0
9292 - name : " Install Flutter"
@@ -160,7 +160,7 @@ jobs:
160160
161161 steps :
162162 - name : " Git Checkout"
163- uses : actions/checkout@v5
163+ uses : actions/checkout@v6
164164 with :
165165 fetch-depth : 0
166166 - name : " Install Flutter"
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : 📚 Checkout branch
10- uses : actions/checkout@v5
10+ uses : actions/checkout@v6
1111 with :
1212 ssh-key : ${{ secrets.BOT_SSH_PRIVATE_KEY }}
1313
You can’t perform that action at this time.
0 commit comments