File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ jobs:
23
23
# - '25' # REL: 2025-09
24
24
# see supported java release schedule at https://www.oracle.com/java/technologies/java-se-support-roadmap.html
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
with :
28
28
repository : getargv/getargv
29
29
path : getargv
30
30
token : ${{ secrets.GH_PAT }}
31
31
- name : Build libgetargv
32
32
run : make install_dylib
33
33
working-directory : getargv
34
- - uses : actions/checkout@v3
34
+ - uses : actions/checkout@v4
35
35
with :
36
36
path : getargv.java
37
37
- name : Set up JDK ${{ matrix.java }}
@@ -57,15 +57,15 @@ jobs:
57
57
# maven created a new tag but we only trigger on 'pre-' prefixed tags in 'on:' clause above
58
58
if : ${{ github.ref_type == 'tag' }}
59
59
steps :
60
- - uses : actions/checkout@v3
60
+ - uses : actions/checkout@v4
61
61
with :
62
62
repository : getargv/getargv
63
63
path : getargv
64
64
token : ${{ secrets.GH_PAT }}
65
65
- name : Build libgetargv
66
66
run : make install_dylib
67
67
working-directory : getargv
68
- - uses : actions/checkout@v3
68
+ - uses : actions/checkout@v4
69
69
with :
70
70
# maven needs to be on a branch, not a tag, but we trigger on a tag...
71
71
ref : main
Original file line number Diff line number Diff line change 24
24
25
25
<url >https://getargv.narzt.cam</url >
26
26
<organization >Getargv</organization >
27
- <organizationUrl >https://https:// github.com/getargv</organizationUrl >
27
+ <organizationUrl >https://github.com/getargv</organizationUrl >
28
28
<roles >
29
29
<role >developer</role >
30
30
</roles >
47
47
48
48
<scm >
49
49
<connection >scm:git:https://github.com/getargv/getargv.java.git</connection >
50
- <developerConnection >scm:git:ssh ://github.com/getargv/getargv.java.git</developerConnection >
50
+ <developerConnection >scm:git:https ://github.com/getargv/getargv.java.git</developerConnection >
51
51
<tag >HEAD</tag >
52
52
<url >https://github.com/getargv/getargv.java</url >
53
53
</scm >
You can’t perform that action at this time.
0 commit comments