File tree Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 5858 ssh-private-key : ${{ secrets.BOT_SSH_PRIVATE_KEY }}
5959
6060 - name : Checkout code
61- uses : actions/checkout@v3
61+ uses : actions/checkout@v5
6262
6363 - name : Setup Flutter
6464 uses : subosito/flutter-action@v2
@@ -110,10 +110,10 @@ jobs:
110110 if : ${{ github.event_name == 'push' || github.event_name == 'release' || inputs.build_android == true }}
111111 steps :
112112 - name : Checkout code
113- uses : actions/checkout@v3
113+ uses : actions/checkout@v5
114114
115115 - name : ⚙️ Set up Java
116- uses : actions/setup-java@v3
116+ uses : actions/setup-java@v5
117117 with :
118118 distribution : " zulu"
119119 java-version : " 17"
@@ -169,7 +169,7 @@ jobs:
169169 if : ${{ github.event_name == 'push' || github.event_name == 'release' || inputs.build_web == true }}
170170 steps :
171171 - name : Checkout code
172- uses : actions/checkout@v3
172+ uses : actions/checkout@v5
173173
174174 - name : config git
175175 run : |
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 3737 runs-on : ubuntu-latest
3838 steps :
3939 - name : " Git Checkout"
40- uses : actions/checkout@v3
40+ uses : actions/checkout@v5
4141 with :
4242 fetch-depth : 0
4343
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 1616 conventional_pr_title :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : amannn/action-semantic-pull-request@v5.5.3
19+ - uses : amannn/action-semantic-pull-request@v6.1.1
2020 with :
2121 scopes : |
2222 llc
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Close stale issues
23- uses : actions/stale@v9
23+ uses : actions/stale@v10
2424 with :
2525 repo-token : ${{ secrets.GITHUB_TOKEN }}
2626 stale-issue-label : " stale"
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Git Checkout
29- uses : actions/checkout@v3
29+ uses : actions/checkout@v5
3030 with :
3131 fetch-depth : 0
3232
@@ -80,12 +80,12 @@ jobs:
8080 runs-on : ubuntu-latest
8181 steps :
8282 - name : Git Checkout
83- uses : actions/checkout@v3
83+ uses : actions/checkout@v5
8484 with :
8585 fetch-depth : 0
8686
8787 - name : ⚙️ Set up Java
88- uses : actions/setup-java@v3
88+ uses : actions/setup-java@v5
8989 with :
9090 distribution : " zulu"
9191 java-version : " 17"
You can’t perform that action at this time.
0 commit comments