diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-26 14:19:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 14:19:16 +0200 |
commit | cdcaabd2c36b0949f34351a30c34147713147029 (patch) | |
tree | 04e2957f3c6d6413accd59c9c20630b6c65928e0 /.github/workflows/codespell.yml | |
parent | 45effd5db890bb3b3fc46fe083de4babb6747a05 (diff) | |
download | libfuse-cdcaabd2c36b0949f34351a30c34147713147029.tar.gz |
Bump actions/checkout from 4.1.2 to 4.1.3 (#934)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3.
- [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/9bb56186c3b09b4f86b1c65136769dd318469633...1d96c772d19495a3b5c517cd2bc0cb401ea0529f)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/codespell.yml')
-rw-r--r-- | .github/workflows/codespell.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 9a691e1..38f7ecb 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -17,6 +17,6 @@ jobs: steps: - name: Checkout - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Codespell uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2.0 |