From 76dbc53342c4e938ffb2491e7a2bfe1d42753a77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:09:44 +0200 Subject: [PATCH] chore(deps): bump digitalocean/app_action from 1.1.6 to 2 (#314) Bumps [digitalocean/app_action](https://github.com/digitalocean/app_action) from 1.1.6 to 2. - [Release notes](https://github.com/digitalocean/app_action/releases) - [Commits](https://github.com/digitalocean/app_action/compare/v1.1.6...v2) --- updated-dependencies: - dependency-name: digitalocean/app_action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dockerhub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index 8e73df66..869dcd2a 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -52,7 +52,7 @@ jobs: needs: build-and-push steps: - name: DigitalOcean App Platform deployment - uses: digitalocean/app_action@v1.1.6 + uses: digitalocean/app_action@v2 with: app_name: moksha-mint token: ${{ secrets.DO_TOKEN }}