Skip to content

Commit

Permalink
Merge pull request #50 from NVIDIA/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
elezar authored Jan 23, 2024
2 parents fa79cb5 + 7ba73e7 commit c159fdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
matrix:
dist: [ubuntu20.04]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Calculate build vars
id: vars
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/golang-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -39,7 +39,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build dev image
run: make .build-image
Expand Down

0 comments on commit c159fdd

Please sign in to comment.