@cryptotaxi247 / kubo / commits / 4bd79bdbc

chore(deps): bump actions/checkout from 3 to 4 (#10691)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout 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>

dependabot[bot] committed Feb 4, 2025 at 00:10 UTC 4bd79bdbcaa5401c5b02cdabc35f26f310717b5b
1 file changed +1 -1
.github/workflows/spellcheck.yml
+1 -1
@@ -8,7 +8,7 @@ jobs:
8
9 steps:
10 - name: Checkout code
11 - uses: actions/checkout@v3
11 + uses: actions/checkout@v4
12
13 - name: Install Codespell
14 run: pip install codespell==2.4.0