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

build(deps): bump actions/checkout from 2 to 4
This commit is contained in:
Povilas Kanapickas 2024-11-11 21:13:14 +02:00 committed by GitHub
commit 9f3251ff3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build binary
run: |