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 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout repository
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
with :
20
20
ref : v${{ github.event.inputs.release_version }}
21
21
- uses : gradle/actions/wrapper-validation@v4
Original file line number Diff line number Diff line change 18
18
outputs :
19
19
matrix : ${{ steps.build-matrix.outputs.matrix }}
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
- name : Build Matrix
23
23
uses : micronaut-projects/github-actions/graalvm/build-matrix@master
24
24
id : build-matrix
42
42
DEVELOCITY_CACHE_USERNAME : ${{ secrets.GRADLE_ENTERPRISE_CACHE_USERNAME }}
43
43
DEVELOCITY_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
44
44
steps :
45
- - uses : actions/checkout@v4
45
+ - uses : actions/checkout@v5
46
46
- name : Pre-Build Steps
47
47
uses : micronaut-projects/github-actions/graalvm/pre-build@master
48
48
id : pre-build
Original file line number Diff line number Diff line change 24
24
outputs :
25
25
matrix : ${{ steps.build-matrix.outputs.matrix }}
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
- name : Build Matrix
29
29
uses : micronaut-projects/github-actions/graalvm/build-matrix@master
30
30
id : build-matrix
42
42
DEVELOCITY_CACHE_USERNAME : ${{ secrets.GRADLE_ENTERPRISE_CACHE_USERNAME }}
43
43
DEVELOCITY_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
44
44
steps :
45
- - uses : actions/checkout@v4
45
+ - uses : actions/checkout@v5
46
46
- name : Pre-Build Steps
47
47
uses : micronaut-projects/github-actions/graalvm/pre-build@master
48
48
id : pre-build
Original file line number Diff line number Diff line change 42
42
df -h
43
43
44
44
- name : " 📥 Checkout repository"
45
- uses : actions/checkout@v4
45
+ uses : actions/checkout@v5
46
46
with :
47
47
fetch-depth : 0
48
48
Original file line number Diff line number Diff line change 10
10
if : github.repository != 'micronaut-projects/micronaut-project-template'
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
- uses : actions/cache@v4
15
15
with :
16
16
path : ~/.gradle/caches
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout repository
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
with :
19
19
token : ${{ secrets.GH_TOKEN }}
20
20
- uses : gradle/actions/wrapper-validation@v4
@@ -146,7 +146,7 @@ jobs:
146
146
if : startsWith(github.ref, 'refs/tags/')
147
147
steps :
148
148
- name : Checkout repository
149
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
149
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
150
150
- name : Download artifacts
151
151
uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
152
152
with :
You can’t perform that action at this time.
0 commit comments