Skip to content

Commit

Permalink
chore: Bump Node to v20 on download-syft/publish-sbom actions (#448)
Browse files Browse the repository at this point in the history
Signed-off-by: Viacheslav Kudinov <viacheslav@kudinov.tech>
  • Loading branch information
ViacheslavKudinov committed Mar 25, 2024
1 parent a5afbb1 commit 670514f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -3,6 +3,8 @@ node_modules

# IDEs
/.idea
.vscode
.idea

# Rest pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
# Logs
Expand Down
2 changes: 1 addition & 1 deletion download-syft/action.yml
Expand Up @@ -12,5 +12,5 @@ outputs:
description: "A reference to the Syft command"

runs:
using: "node16"
using: "node20"
main: "../dist/downloadSyft/index.js"
2 changes: 1 addition & 1 deletion publish-sbom/action.yml
Expand Up @@ -13,5 +13,5 @@ inputs:
default: ${{ github.token }}

runs:
using: "node16"
using: "node20"
main: "../dist/attachReleaseAssets/index.js"

0 comments on commit 670514f

Please sign in to comment.