Skip to content

Commit

Permalink
feat: use node16 as action runner
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Lespinasse <romain.lespinasse@gmail.com>
  • Loading branch information
rlespinasse committed Mar 28, 2023
1 parent ae2f6b0 commit 7ffee95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "GitHub Slug Action"
description: "GitHub Action to expose slug value of environment variables inside your GitHub workflow"
author: 'rlespinasse'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: "minimize"
Expand Down

0 comments on commit 7ffee95

Please sign in to comment.