Skip to content

Commit

Permalink
Bump actions/setup-node
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from c2ac33f2c62f978d6c944d9648125a294e56dc0b to 1e60f620b9541d16bece96c5465dc8ee9832be0b.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@c2ac33f...1e60f62)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 3, 2024
1 parent 5cf35f5 commit 6016409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Use Node.js
uses: actions/setup-node@c2ac33f2c62f978d6c944d9648125a294e56dc0b
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
with:
node-version: 20.x
- name: Run Markdownlint
Expand Down

0 comments on commit 6016409

Please sign in to comment.