From 7626b2153fcc1f5b3539ba2e5d93e9ea2ae6d144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 07:02:38 +0000 Subject: [PATCH] Bump digitalocean/action-doctl from 2.1.0 to 2.1.1 Bumps [digitalocean/action-doctl](https://github.com/digitalocean/action-doctl) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/digitalocean/action-doctl/releases) - [Commits](https://github.com/digitalocean/action-doctl/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: digitalocean/action-doctl dependency-type: direct:production update-type: version-update:semver-patch ... 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 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 }}