Skip to content

Commit c2cd171

Browse files
committed
fixup urls in pom.xml & use checkout@v4 in ci
1 parent a173d88 commit c2cd171

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/java.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
#- '25' # REL: 2025-09
2424
# see supported java release schedule at https://www.oracle.com/java/technologies/java-se-support-roadmap.html
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
with:
2828
repository: getargv/getargv
2929
path: getargv
3030
token: ${{ secrets.GH_PAT }}
3131
- name: Build libgetargv
3232
run: make install_dylib
3333
working-directory: getargv
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535
with:
3636
path: getargv.java
3737
- name: Set up JDK ${{ matrix.java }}
@@ -57,15 +57,15 @@ jobs:
5757
# maven created a new tag but we only trigger on 'pre-' prefixed tags in 'on:' clause above
5858
if: ${{ github.ref_type == 'tag' }}
5959
steps:
60-
- uses: actions/checkout@v3
60+
- uses: actions/checkout@v4
6161
with:
6262
repository: getargv/getargv
6363
path: getargv
6464
token: ${{ secrets.GH_PAT }}
6565
- name: Build libgetargv
6666
run: make install_dylib
6767
working-directory: getargv
68-
- uses: actions/checkout@v3
68+
- uses: actions/checkout@v4
6969
with:
7070
# maven needs to be on a branch, not a tag, but we trigger on a tag...
7171
ref: main

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<email>[email protected]</email>
2525
<url>https://getargv.narzt.cam</url>
2626
<organization>Getargv</organization>
27-
<organizationUrl>https://https://github.com/getargv</organizationUrl>
27+
<organizationUrl>https://github.com/getargv</organizationUrl>
2828
<roles>
2929
<role>developer</role>
3030
</roles>
@@ -47,7 +47,7 @@
4747

4848
<scm>
4949
<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>
5151
<tag>HEAD</tag>
5252
<url>https://github.com/getargv/getargv.java</url>
5353
</scm>

0 commit comments

Comments
 (0)