diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e393bb0e5..8da9ca4d0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: run: shell: bash -l {0} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # Install dependencies - name: Setup Conda Environment