Skip to content

Commit b5f3d6d

Browse files
chore(deps): update actions/checkout action to v4 (#246)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6018c9d commit b5f3d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-gpu.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
go-version: ['1.21.x']
2222
steps:
2323
- name: Clone
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
with:
2626
submodules: true
2727
- name: Setup Go ${{ matrix.go-version }}

0 commit comments

Comments
 (0)