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 5757 ssh-private-key : ${{ secrets.BOT_SSH_PRIVATE_KEY }}
5858
5959 - name : Checkout code
60- uses : actions/checkout@v3
60+ uses : actions/checkout@v5
6161
6262 - name : Setup Flutter
6363 uses : subosito/flutter-action@v2
@@ -108,10 +108,10 @@ jobs:
108108 if : ${{ github.event_name == 'push' || github.event_name == 'release' || inputs.build_android == true }}
109109 steps :
110110 - name : Checkout code
111- uses : actions/checkout@v3
111+ uses : actions/checkout@v5
112112
113113 - name : ⚙️ Set up Java
114- uses : actions/setup-java@v3
114+ uses : actions/setup-java@v5
115115 with :
116116 distribution : " zulu"
117117 java-version : " 17"
@@ -166,7 +166,7 @@ jobs:
166166 if : ${{ github.event_name == 'push' || github.event_name == 'release' || inputs.build_web == true }}
167167 steps :
168168 - name : Checkout code
169- uses : actions/checkout@v3
169+ uses : actions/checkout@v5
170170
171171 - name : config git
172172 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 2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Git Checkout
28- uses : actions/checkout@v3
28+ uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 0
3131
@@ -78,12 +78,12 @@ jobs:
7878 runs-on : ubuntu-latest
7979 steps :
8080 - name : Git Checkout
81- uses : actions/checkout@v3
81+ uses : actions/checkout@v5
8282 with :
8383 fetch-depth : 0
8484
8585 - name : ⚙️ Set up Java
86- uses : actions/setup-java@v3
86+ uses : actions/setup-java@v5
8787 with :
8888 distribution : " zulu"
8989 java-version : " 17"
You can’t perform that action at this time.
0 commit comments