From f9aa3ea2716bcc814b2b45c26b577c05afee710e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 13:32:21 +0000 Subject: [PATCH] Bump tibdex/backport from 2.0.3 to 2.0.4 Bumps [tibdex/backport](https://github.com/tibdex/backport) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/tibdex/backport/releases) - [Commits](https://github.com/tibdex/backport/compare/2e217641d82d02ba0603f46b1aeedefb258890ac...9565281eda0731b1d20c4025c43339fb0a23812e) --- updated-dependencies: - dependency-name: tibdex/backport dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 4c2639b503..9420b7594d 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -24,6 +24,6 @@ jobs: ) ) steps: - - uses: tibdex/backport@2e217641d82d02ba0603f46b1aeedefb258890ac # v2.0.3 + - uses: tibdex/backport@9565281eda0731b1d20c4025c43339fb0a23812e # v2.0.4 with: github_token: ${{ secrets.GITHUB_TOKEN }}