From 58d468bff5d97be79db99e90cff9d46bb73878ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 22:05:48 +0000 Subject: [PATCH] Bump digitalocean/action-doctl from 2.1.0 to 2.2.0 Bumps [digitalocean/action-doctl](https://github.com/digitalocean/action-doctl) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/digitalocean/action-doctl/releases) - [Commits](https://github.com/digitalocean/action-doctl/compare/v2.1.0...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/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..cc5f8c4c 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.2.0 with: token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}