diff --git a/.github/workflows/digitalocean-deploy.yml b/.github/workflows/digitalocean-deploy.yml index 57d473e5b..ad056d814 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.1 + uses: digitalocean/action-doctl@v2.2.0 with: token: ${{ secrets.DIGITALOCEAN_TOKEN }}