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@v4
16+ uses : actions/checkout@v5
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@v4
17+ uses : actions/checkout@v5
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@v4
65+ uses : actions/checkout@v5
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@v4
103+ uses : actions/checkout@v5
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@v4
67+ uses : actions/checkout@v5
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@v4
111+ uses : actions/checkout@v5
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@v4
38+ uses : actions/checkout@v5
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@v4
20+ uses : actions/checkout@v5
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@v4
31+ uses : actions/checkout@v5
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@v4
42+ uses : actions/checkout@v5
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@v4
53+ uses : actions/checkout@v5
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@v4
64+ uses : actions/checkout@v5
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@v4
22+ uses : actions/checkout@v5
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@v4
21+ uses : actions/checkout@v5
2222 with :
2323 fetch-depth : 0
2424 token : ${{ secrets.BOT_GITHUB_API_TOKEN }}
Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : " Git Checkout"
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 with :
3434 fetch-depth : 0
3535 - name : " Install Flutter"
5858 timeout-minutes : 15
5959 steps :
6060 - name : " Git Checkout"
61- uses : actions/checkout@v4
61+ uses : actions/checkout@v5
6262 with :
6363 fetch-depth : 0
6464 - name : " Install Flutter"
8585 timeout-minutes : 30
8686 steps :
8787 - name : " Git Checkout"
88- uses : actions/checkout@v4
88+ uses : actions/checkout@v5
8989 with :
9090 fetch-depth : 0
9191 - name : " Install Flutter"
@@ -159,7 +159,7 @@ jobs:
159159
160160 steps :
161161 - name : " Git Checkout"
162- uses : actions/checkout@v4
162+ uses : actions/checkout@v5
163163 with :
164164 fetch-depth : 0
165165 - 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@v4
10+ uses : actions/checkout@v5
1111 with :
1212 ssh-key : ${{ secrets.BOT_SSH_PRIVATE_KEY }}
1313
You can’t perform that action at this time.
0 commit comments