diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 172f20a..5ec7f2d 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 @@ -79,7 +79,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 @@ -130,7 +130,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/main.yaml b/.github/workflows/main.yaml index aea9e8d..35dfcd9 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 @@ -90,7 +90,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 @@ -149,7 +149,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 51eed7a..0b0fa52 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@v6