Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 24, 2024
1 parent 7bdc42c commit 4079037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4

- name: Configure Node and package manager
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version-file: 'package.json'
cache: 'yarn'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: actions/checkout@v4

- name: Configure Node and package manager
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version-file: 'package.json'
cache: 'yarn'
Expand Down

0 comments on commit 4079037

Please sign in to comment.