Skip to content

Commit

Permalink
Merge pull request #850 from kubernetes-csi/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-3.3.0

build(deps): bump actions/checkout from 3.2.0 to 3.3.0
  • Loading branch information
k8s-ci-robot authored Jan 24, 2023
2 parents 831b9c5 + 0277836 commit 977d454
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@v3.2.0
- uses: actions/checkout@v3.3.0
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
Expand Down

0 comments on commit 977d454

Please sign in to comment.