summaryrefslogtreecommitdiffstats
path: root/.github/workflows/typos.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-05 11:48:46 +0900
committerGitHub <noreply@github.com>2024-03-05 11:48:46 +0900
commit507089d7b235b602f2f400be34c79a895e8c10dc (patch)
treeaa6c5353ace84f75cfe3ae187b2da995bec03abe /.github/workflows/typos.yml
parenta6b3517b75ba03fb5e3831e1275b80b26a77caea (diff)
Bump actions/checkout from 3 to 4 (#3428)
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>
Diffstat (limited to '.github/workflows/typos.yml')
-rw-r--r--.github/workflows/typos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml
index b16211d3..752c58c6 100644
--- a/.github/workflows/typos.yml
+++ b/.github/workflows/typos.yml
@@ -6,5 +6,5 @@ jobs:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: crate-ci/typos@v1.19.0