From 3fefc955723fd06fbd5e7168be30a8db5841ee14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 02:04:49 +0000 Subject: [PATCH] Bump digitalocean/action-doctl from 2.2.0 to 2.3.0 Bumps [digitalocean/action-doctl](https://github.com/digitalocean/action-doctl) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/digitalocean/action-doctl/releases) - [Commits](https://github.com/digitalocean/action-doctl/compare/v2.2.0...v2.3.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 8760a3ee6..44a88a964 100644 --- a/.github/workflows/digitalocean-deploy.yml +++ b/.github/workflows/digitalocean-deploy.yml @@ -13,7 +13,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Install DigitalOcean CLI - uses: digitalocean/action-doctl@v2.2.0 + uses: digitalocean/action-doctl@v2.3.0 with: token: ${{ secrets.DIGITALOCEAN_TOKEN }}