From 01b473d90b5c2eb18dc03ff9368e4609c933e8ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 23:20:45 +0000 Subject: [PATCH] chore(deps): bump strumwolf/delete-deployment-environment from 2 to 3 Bumps [strumwolf/delete-deployment-environment](https://github.com/strumwolf/delete-deployment-environment) from 2 to 3. - [Release notes](https://github.com/strumwolf/delete-deployment-environment/releases) - [Commits](https://github.com/strumwolf/delete-deployment-environment/compare/v2...v3) --- updated-dependencies: - dependency-name: strumwolf/delete-deployment-environment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/clean.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index dc4c873..aef4e4b 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -5,7 +5,7 @@ jobs: steps: - name: 🗑 Delete deployment - uses: strumwolf/delete-deployment-environment@v2 + uses: strumwolf/delete-deployment-environment@v3 with: token: ${{ secrets.GH_TOKEN }} environment: github-pages