mirror of
https://github.com/clearml/go-nvlib
synced 2025-01-31 02:47:02 +00:00
Merge pull request #19 from NVIDIA/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
This commit is contained in:
commit
867d7fd9cf
2
.github/workflows/pre-sanity.yml
vendored
2
.github/workflows/pre-sanity.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user