remove dedundant single quotes from node version strings

This commit is contained in:
nickfyson
2023-12-13 11:38:14 +00:00
parent ea1e72c669
commit 6b5b958063
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -34,5 +34,5 @@ outputs:
sarif-id:
description: The ID of the uploaded SARIF file.
runs:
using: 'node20'
using: node20
main: '../lib/upload-sarif-action.js'