From db7590b37d6b778a8c90b07cbd122c8f2859b1eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 04:08:07 +0000 Subject: [PATCH] Bump digitalocean/app_action from 2.0.4 to 2.0.7 Bumps [digitalocean/app_action](https://github.com/digitalocean/app_action) from 2.0.4 to 2.0.7. - [Release notes](https://github.com/digitalocean/app_action/releases) - [Commits](https://github.com/digitalocean/app_action/compare/v2.0.4...v2.0.7) --- 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..a68aaa9 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.7 with: app_name: ${{ secrets.PROD_APP_NAME }} token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}