From b5f3d6d43dfa1b008b838360358df565a293315c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 18:01:58 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#246) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test-gpu.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-gpu.yaml b/.github/workflows/test-gpu.yaml index 0d1d922..31dbd7d 100644 --- a/.github/workflows/test-gpu.yaml +++ b/.github/workflows/test-gpu.yaml @@ -21,7 +21,7 @@ jobs: go-version: ['1.21.x'] steps: - name: Clone - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true - name: Setup Go ${{ matrix.go-version }}