From fc3fde4025dd893f921dc61011060d2e1500b94b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 04:10:17 +0000 Subject: [PATCH] Bump digitalocean/app_action from 2.0.4 to 2.0.6 Bumps [digitalocean/app_action](https://github.com/digitalocean/app_action) from 2.0.4 to 2.0.6. - [Release notes](https://github.com/digitalocean/app_action/releases) - [Commits](https://github.com/digitalocean/app_action/compare/v2.0.4...v2.0.6) --- updated-dependencies: - dependency-name: digitalocean/app_action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 54101c2..56f465a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: DigitalOcean App Platform deployment - uses: digitalocean/app_action@v2.0.4 + uses: digitalocean/app_action@v2.0.6 with: app_name: ${{ secrets.PROD_APP_NAME }} token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}