diff --git a/.github/workflows/digitalocean-deploy.yml b/.github/workflows/digitalocean-deploy.yml index 69f819cd..57d473e5 100644 --- a/.github/workflows/digitalocean-deploy.yml +++ b/.github/workflows/digitalocean-deploy.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Install DigitalOcean CLI - uses: digitalocean/action-doctl@v2.1.0 + uses: digitalocean/action-doctl@v2.1.1 with: token: ${{ secrets.DIGITALOCEAN_TOKEN }}