Skip to content

Commit

Permalink
Merge pull request #8 from permitio/asaf/per-5039-fix-github-action-f…
Browse files Browse the repository at this point in the history
…or-setup-java

upgrade setup-java action to v3.11
  • Loading branch information
asafc authored Apr 24, 2023
2 parents e45d829 + 2fbcdf7 commit 983f46e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
- uses: actions/setup-java@v3.11.0
with:
java-version: '8'
distribution: 'corretto'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For [Maven](https://maven.apache.org/) projects, use:
<dependency>
<groupId>io.permit</groupId>
<artifactId>permit-sdk-java</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
```

Expand All @@ -22,7 +22,7 @@ For [Gradle](https://gradle.org/) projects, configure `permit-sdk-java` as a dep
dependencies {
// ...
implementation 'io.permit:permit-sdk-java:1.1.0'
implementation 'io.permit:permit-sdk-java:1.2.0'
}
```

Expand Down

0 comments on commit 983f46e

Please sign in to comment.