Skip to content

Commit

Permalink
fix(workflow): Upgrade actions/setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
aacecandev committed Jan 19, 2023
1 parent 5e8cab7 commit 5200ba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ updates:
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
persist-credentials: false

- name: Install nodejs
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "16"

Expand Down

0 comments on commit 5200ba5

Please sign in to comment.