File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
distribution : ' liberica'
18
18
java-version : 24
19
19
- name : Check out code
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
- name : Set up Gradle
22
22
uses : gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244
23
23
with :
Original file line number Diff line number Diff line change 20
20
using : composite
21
21
steps :
22
22
- name : Check out action
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
- name : Unzip artifacts to deploy
25
25
shell : bash
26
26
run : unzip integration-test/bundle.zip -d integration-test/bundle/
Original file line number Diff line number Diff line change 8
8
runs-on : ' ubuntu-latest'
9
9
steps :
10
10
- name : Check out code
11
- uses : actions/checkout@v4
11
+ uses : actions/checkout@v5
12
12
- name : Build
13
13
uses : ./.github/actions/build
Original file line number Diff line number Diff line change 13
13
runs-on : ' ubuntu-latest'
14
14
steps :
15
15
- name : Check out code
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v5
17
17
- name : Build
18
18
uses : ./.github/actions/build
19
19
build-and-publish-sonatype-portal-mock :
24
24
packages : write
25
25
steps :
26
26
- name : Check out code
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
- name : Log in to GitHub Container Registry
29
29
run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
30
30
- name : Build Sonatype Portal Mock docker image
51
51
PORTALMOCK_DEPLOYMENT_DELAY_BETWEEN_STEPS : ' 10s'
52
52
steps :
53
53
- name : Check out code
54
- uses : actions/checkout@v4
54
+ uses : actions/checkout@v5
55
55
- name : Integration test
56
56
uses : ./.github/actions/integration-test
57
57
with :
Original file line number Diff line number Diff line change 13
13
runs-on : ' ubuntu-latest'
14
14
steps :
15
15
- name : Check out code
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v5
17
17
- name : Build
18
18
id : build
19
19
uses : ./.github/actions/build
28
28
runs-on : ' ubuntu-latest'
29
29
steps :
30
30
- name : Check Out Code
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@v5
32
32
- name : Create GitHub Release
33
33
uses : ./.github/actions/create-github-release
34
34
with :
You can’t perform that action at this time.
0 commit comments