Skip to content

Commit

Permalink
Update actions/setup-node action to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and core23 committed Feb 26, 2023
1 parent 4ae98e3 commit 9c7f441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assets.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Using Node"
uses: "actions/setup-node@v3.5.1"
uses: "actions/setup-node@v3.6.0"

- name: "Install dependencies"
run: "yarn --cwd assets"
Expand Down

0 comments on commit 9c7f441

Please sign in to comment.