Merge pull request #65 from koenrh/dependabot/github_actions/actions/checkout-3

Bump actions/checkout from 2 to 3
This commit is contained in:
Koen Rouwhorst 2022-04-27 13:20:05 +02:00 committed by GitHub
commit 222c829d64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ jobs:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Dockerfilelint
uses: docker://replicated/dockerfilelint