From a61e38b8655330d3ecb5473972fadfd019b38f65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 02:03:00 +0000 Subject: [PATCH] Bump digitalocean/action-doctl from 2.3.0 to 2.4.0 Bumps [digitalocean/action-doctl](https://github.com/digitalocean/action-doctl) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/digitalocean/action-doctl/releases) - [Commits](https://github.com/digitalocean/action-doctl/compare/v2.3.0...v2.4.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/build-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index beea4c26..3ef1775a 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -134,7 +134,7 @@ jobs: steps: - name: Install DigitalOcean CLI - uses: digitalocean/action-doctl@v2.3.0 + uses: digitalocean/action-doctl@v2.4.0 with: token: ${{ secrets.DIGITALOCEAN_TOKEN }}