Merge pull request #19 from NVIDIA/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
This commit is contained in:
Evan Lezar 2024-01-23 14:06:02 +01:00 committed by GitHub
commit 867d7fd9cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Build dev image - name: Build dev image
run: make .build-image run: make .build-image