Skip to content

Commit

Permalink
Merge pull request #22 from cloudcreate-dk/release_0_40_4_
Browse files Browse the repository at this point in the history
Updated github action versions
  • Loading branch information
cloudcreate-dk authored Feb 5, 2024
2 parents 629dbad + 725ae1d commit 2df6139
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<name>Jeppe Cramon</name>
<organization>Cloud Create ApS</organization>
<organizationUrl>https://www.cloudcreate.dk</organizationUrl>
<url>https://github.com/jeppec</url>
<url>https://github.com/cloudcreate-dk</url>
</developer>
</developers>

Expand Down

0 comments on commit 2df6139

Please sign in to comment.