Merge pull request #890 from containers/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
This commit is contained in:
Povilas Kanapickas 2024-03-12 15:27:34 +02:00 committed by GitHub
commit d704622522
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Codespell
uses: codespell-project/actions-codespell@v2