From 1b94ca256b8f6cb3acbff206ce4f6b0225ea29ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 04:27:21 +0000 Subject: [PATCH] Bump digitalocean/app_action from 2.0.4 to 2.0.5 Bumps [digitalocean/app_action](https://github.com/digitalocean/app_action) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/digitalocean/app_action/releases) - [Commits](https://github.com/digitalocean/app_action/compare/v2.0.4...v2.0.5) --- 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..0d1b7d4 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.5 with: app_name: ${{ secrets.PROD_APP_NAME }} token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}