Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Revert name in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed May 27, 2022
1 parent 8efe469 commit fdc8726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Setup AdoptOpenJDK (deprecated)'
name: 'Setup AdoptOpenJDK'
description: 'DEPRECATED: Please use actions/setup-java v2 or later to set up OpenJDK from AdoptOpenJDK or Eclipse Temurin.'
author: 'Jochen Schalanda'
inputs:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-jdk",
"version": "2.5.0",
"version": "2.5.1",
"private": true,
"description": "Setup JDK action",
"main": "dist/setup/index.js",
Expand Down

0 comments on commit fdc8726

Please sign in to comment.