From e152ac2922e66e1b6145cedf9b7722323af48a84 Mon Sep 17 00:00:00 2001 From: Dan Nelson Date: Tue, 21 May 2024 22:28:06 +0000 Subject: [PATCH] newer cog setup --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a9244c2..f48d8af 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -43,7 +43,7 @@ jobs: - name: setup-cog if: steps.what-changed.outputs.cog-push == 'true' - uses: replicate/setup-cog@v1.0.3 + uses: replicate/setup-cog@v2 with: token: ${{ secrets.REPLICATE_API_TOKEN }} install-cuda: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 326f2fc..1ff5173 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: setup-cog if: steps.what-changed.outputs.cog-push == 'true' - uses: replicate/setup-cog@v1.0.3 + uses: replicate/setup-cog@v2 with: token: ${{ secrets.REPLICATE_API_TOKEN }} install-cuda: false