From 91e186496f6e8348ba1fbdece923e5222fcf80ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 02:10:03 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/ci.yaml | 8 ++++---- .github/workflows/main.yaml | 6 +++--- .github/workflows/update_grid_driver.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 405fe1a..8ce80ba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: - config_key: cuda_lts image_repo: aks-gpu-cuda-lts steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Load CUDA config @@ -94,7 +94,7 @@ jobs: - config_key: cuda_lts image_repo: aks-gpu-cuda-lts-arm64 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Load CUDA config @@ -160,7 +160,7 @@ jobs: - config_key: grid_v20 image_repo: aks-gpu-grid-v20 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Load GRID config @@ -228,7 +228,7 @@ jobs: lint-and-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Shellcheck prebake scripts run: shellcheck -S warning install.sh entrypoint.sh - name: Install bats diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ece9c14..e07ed9c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -19,7 +19,7 @@ jobs: - config_key: cuda_lts image_repo: aks-gpu-cuda-lts steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Load CUDA config @@ -105,7 +105,7 @@ jobs: - config_key: cuda_lts image_repo: aks-gpu-cuda-lts-arm64 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Load CUDA config @@ -179,7 +179,7 @@ jobs: - config_key: grid_v20 image_repo: aks-gpu-grid-v20 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Load GRID config diff --git a/.github/workflows/update_grid_driver.yaml b/.github/workflows/update_grid_driver.yaml index 23b4360..8ba5305 100644 --- a/.github/workflows/update_grid_driver.yaml +++ b/.github/workflows/update_grid_driver.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest environment: test steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v7