File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 ref : v${{ github.event.inputs.release_version }}
2121 - uses : gradle/actions/wrapper-validation@v4
Original file line number Diff line number Diff line change 1818 outputs :
1919 matrix : ${{ steps.build-matrix.outputs.matrix }}
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : Build Matrix
2323 uses : micronaut-projects/github-actions/graalvm/build-matrix@master
2424 id : build-matrix
4242 DEVELOCITY_CACHE_USERNAME : ${{ secrets.GRADLE_ENTERPRISE_CACHE_USERNAME }}
4343 DEVELOCITY_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v5
4646 - name : Pre-Build Steps
4747 uses : micronaut-projects/github-actions/graalvm/pre-build@master
4848 id : pre-build
Original file line number Diff line number Diff line change 2424 outputs :
2525 matrix : ${{ steps.build-matrix.outputs.matrix }}
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - name : Build Matrix
2929 uses : micronaut-projects/github-actions/graalvm/build-matrix@master
3030 id : build-matrix
4242 DEVELOCITY_CACHE_USERNAME : ${{ secrets.GRADLE_ENTERPRISE_CACHE_USERNAME }}
4343 DEVELOCITY_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v5
4646 - name : Pre-Build Steps
4747 uses : micronaut-projects/github-actions/graalvm/pre-build@master
4848 id : pre-build
Original file line number Diff line number Diff line change 4242 df -h
4343
4444 - name : " 📥 Checkout repository"
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v5
4646 with :
4747 fetch-depth : 0
4848
Original file line number Diff line number Diff line change 1010 if : github.repository != 'micronaut-projects/micronaut-project-template'
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - uses : actions/cache@v4
1515 with :
1616 path : ~/.gradle/caches
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 token : ${{ secrets.GH_TOKEN }}
2020 - uses : gradle/actions/wrapper-validation@v4
@@ -146,7 +146,7 @@ jobs:
146146 if : startsWith(github.ref, 'refs/tags/')
147147 steps :
148148 - name : Checkout repository
149- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
149+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
150150 - name : Download artifacts
151151 uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
152152 with :
Original file line number Diff line number Diff line change 1212 if : github.repository == 'micronaut-projects/micronaut-project-template'
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 token : ${{ secrets.GH_TOKEN }}
1818 - name : " Update Gradle Wrapper"
You can’t perform that action at this time.
0 commit comments