File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
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/wrapper-validation-action@v3
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/wrapper-validation-action@v3
@@ -146,7 +146,7 @@ jobs:
146146 if : startsWith(github.ref, 'refs/tags/')
147147 steps :
148148 - name : Checkout repository
149- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
149+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
150150 - name : Download artifacts
151151 uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
152152 with :
You can’t perform that action at this time.
0 commit comments