Skip to content

Commit

Permalink
Merge pull request #285 from beatrizsmerino/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4.2.1

build(deps): bump actions/checkout from 4.2.0 to 4.2.1
  • Loading branch information
beatrizsmerino authored Oct 18, 2024
2 parents 097b272 + 81b00a3 commit 5e8eeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: [ 16, 18, 20 ]
steps:
- name: 🔀 Checkout code from repository
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
- name: 🛠️ Setup Node version ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.4
with:
Expand Down

0 comments on commit 5e8eeaf

Please sign in to comment.