From 5a4ed207331cabe52cdf57232b72a2ca1c7152e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 19:05:18 +0000 Subject: [PATCH] build(deps): bump matrix-org/done-action from 2 to 3 Bumps [matrix-org/done-action](https://github.com/matrix-org/done-action) from 2 to 3. - [Release notes](https://github.com/matrix-org/done-action/releases) - [Commits](https://github.com/matrix-org/done-action/compare/v2...v3) --- updated-dependencies: - dependency-name: matrix-org/done-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 93c43f2be..7bbecac71 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -325,6 +325,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: matrix-org/done-action@v2 + - uses: matrix-org/done-action@v3 with: needs: ${{ toJSON(needs) }}