File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v6
1616 - name : Set up JDK 8
17- uses : actions/setup-java@v3
17+ uses : actions/setup-java@v5
1818 with :
1919 java-version : ' 8'
2020 distribution : ' adopt'
2121 - name : Cache local Maven repository
22- uses : actions/cache@v3
22+ uses : actions/cache@v5
2323 with :
2424 path : ~/.m2/repository
2525 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 1111 markdown :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v6
1515 - name : ⬇️ lint markdown files # Lints all markdown (.md) files
1616 uses : avto-dev/markdown-lint@v1
1717 with :
2020 renovate :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v6
2424 - name : 🧼 lint renovate config # Validates changes to renovate.json config file
25- uses : suzuki-shunsuke/github-action-renovate-config-validator@v0 .1.3
25+ uses : suzuki-shunsuke/github-action-renovate-config-validator@v2 .1.0
2626 with :
2727 config_file_path : ' renovate.json'
Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v6
1717
1818 - name : Set up JDK 8
19- uses : actions/setup-java@v1
19+ uses : actions/setup-java@v5
2020 with :
2121 java-version : 8
2222
2323 - name : Build with Maven
2424 run : mvn -B -ntp package --file pom.xml
2525
2626 - name : Set up Apache Maven Central
27- uses : actions/setup-java@v1
27+ uses : actions/setup-java@v5
2828 with : # running setup-java again overwrites the settings.xml
2929 java-version : 8
3030 server-id : ossrh
Original file line number Diff line number Diff line change 1212 pull-requests : write
1313 steps :
1414 - name : 📆 mark stale PRs # Automatically marks inactive PRs as stale
15- uses : actions/stale@v6
15+ uses : actions/stale@v10
1616 with :
1717 repo-token : ${{ secrets.GITHUB_TOKEN }}
1818 days-before-stale : 60
You can’t perform that action at this time.
0 commit comments