From d3761141b10fbdd183ac45e08dbd61a3824fa075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 22:01:41 +0000 Subject: [PATCH] Bump digitalocean/action-doctl from 2.1.0 to 2.3.0 Bumps [digitalocean/action-doctl](https://github.com/digitalocean/action-doctl) from 2.1.0 to 2.3.0. - [Release notes](https://github.com/digitalocean/action-doctl/releases) - [Commits](https://github.com/digitalocean/action-doctl/compare/v2.1.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/rebaseline_docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebaseline_docker.yml b/.github/workflows/rebaseline_docker.yml index b2d5ad79..74787093 100644 --- a/.github/workflows/rebaseline_docker.yml +++ b/.github/workflows/rebaseline_docker.yml @@ -78,7 +78,7 @@ jobs: - uses: actions/checkout@v2.4.0 - name: Log into DigitalOcean - uses: digitalocean/action-doctl@v2.1.0 + uses: digitalocean/action-doctl@v2.3.0 with: token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}