a comparison of tools within the JavaScript ecosystem

chore(deps/actions): bump actions/checkout from 4 to 5 (#51)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
52f7a612 9acb5b0d

+2 -2
+2 -2
.github/workflows/node.yml
··· 22 22 runs-on: ubuntu-latest 23 23 steps: 24 24 - name: Checkout repository 25 - uses: actions/checkout@v4 25 + uses: actions/checkout@v5 26 26 - name: Install Node.js (latest) 27 27 uses: actions/setup-node@v6 28 28 with: ··· 60 60 - node-webpack-ts-esm 61 61 steps: 62 62 - name: Checkout repository 63 - uses: actions/checkout@v4 63 + uses: actions/checkout@v5 64 64 - name: Install Node.js (latest) 65 65 uses: actions/setup-node@v6 66 66 with: