Skip to content

Commit

Permalink
Merge pull request #1206 from kubernetes-csi/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-4.1.5

build(deps): bump actions/checkout from 4.1.3 to 4.1.5
  • Loading branch information
k8s-ci-robot committed May 13, 2024
2 parents bf36bc2 + f7ab0fc commit 1481e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.5
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
Expand Down

0 comments on commit 1481e57

Please sign in to comment.