Skip to content

Commit

Permalink
Version v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pablovilas committed Jun 9, 2024
1 parent 41511d7 commit 7cac4eb
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
Expand Up @@ -20,5 +20,5 @@ outputs:
access-token:
description: "The nullplatform access token"
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-action-login",
"version": "1.1.0",
"version": "1.1.1",
"description": "Github Action to automate the login process on Nullplatform",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 7cac4eb

Please sign in to comment.