From 58bd585a484710108b4acfc05d868819d39b4f32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 22:05:57 +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/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..33f6a619 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.1.1 with: token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}