Skip to content

Commit

Permalink
Merge pull request #609 from beatrizsmerino/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-node-4.2.0

build(deps): bump actions/setup-node from 4.1.0 to 4.2.0
  • Loading branch information
beatrizsmerino authored Feb 4, 2025
2 parents 08f5fff + f3d5c9e commit bc7c936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: 🔀 Checkout code from repository
uses: actions/checkout@v4.2.2
- name: 🛠️ Setup Node version
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version: 20.x
- name: 📦 Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: 🔀 Checkout code from repository
uses: actions/checkout@v4.2.2
- name: 🛠️ Setup Node version ${{ matrix.node-version }}
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version: ${{ matrix.node-version }}
- name: 📦 Install dependencies
Expand Down

0 comments on commit bc7c936

Please sign in to comment.