From 354cad88d3abc4694323a2e7a7f8561dcbf3218a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 02:53:45 +0000 Subject: [PATCH] Bump digitalocean/action-doctl from 2.1.1 to 2.2.0 Bumps [digitalocean/action-doctl](https://github.com/digitalocean/action-doctl) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/digitalocean/action-doctl/releases) - [Commits](https://github.com/digitalocean/action-doctl/compare/v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: digitalocean/action-doctl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/digitalocean-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}