From afd1abe3d4832851d38697ae59772bbbee926ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:41:21 +0000 Subject: [PATCH] build(deps): Bump specdown/setup-specdown-action from 0.2.28 to 0.2.29 Bumps [specdown/setup-specdown-action](https://github.com/specdown/setup-specdown-action) from 0.2.28 to 0.2.29. - [Release notes](https://github.com/specdown/setup-specdown-action/releases) - [Changelog](https://github.com/specdown/setup-specdown-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/specdown/setup-specdown-action/compare/v0.2.28...v0.2.29) --- updated-dependencies: - dependency-name: specdown/setup-specdown-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 66c54c1..97d47a2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: specdown/setup-specdown-action@v0.2.28 + - uses: specdown/setup-specdown-action@v0.2.29 - name: Set up python ${{ env.PYTHON_VERSION }} id: setup-python uses: actions/setup-python@v5