Skip to content

Commit

Permalink
Update deprecated set-output and link (#1670)
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechSova authored May 10, 2023
1 parent f50c7be commit 495aee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id: 'next-version'
run: |
NEW_HERMES_VERSION="`./gradlew -q cV -Prelease.quiet`"
echo "::set-output name=new_hermes_version::$NEW_HERMES_VERSION"
echo "new_hermes_version=$NEW_HERMES_VERSION" >> $GITHUB_OUTPUT
echo "New Hermes version: ${NEW_HERMES_VERSION}"
- name: Generate release notes and create release
if: github.ref == 'refs/heads/master'
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/user/java-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ HermesClient client = HermesClientBuilder.hermesClient(new OkHttpHermesSender(ne

Requirements:

JVM configured with [ALPN support](http://www.eclipse.org/jetty/documentation/current/alpn-chapter.html#alpn-starting):
JVM configured with [ALPN support](https://web.archive.org/web/20200924211005/http://www.eclipse.org/jetty/documentation/current/alpn-chapter.html):

```bash
java -Xbootclasspath/p:<path_to_alpn_boot_jar> ...
Expand Down

0 comments on commit 495aee0

Please sign in to comment.