Skip to content

Commit

Permalink
Upgrade github actions
Browse files Browse the repository at this point in the history
 - actions/checkout @v4
 - actions/setup-java @v4
  • Loading branch information
khmarbaise committed Apr 12, 2024
1 parent bba964a commit 3a7b6b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
name: "JDK 21"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 'Set up JDK 21'
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: 21
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<groupId>com.soebes.smpp</groupId>
<artifactId>smpp</artifactId>
<version>6.0.5</version>
<relativePath/>
</parent>

<groupId>com.soebes.emulators</groupId>
Expand Down

0 comments on commit 3a7b6b9

Please sign in to comment.