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

View File

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