From d2350fdce0bb3b5be8d26ebef22bef41af0b3165 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 21:10:56 +0000 Subject: [PATCH 1/2] build(deps): Bump specdown/setup-specdown-action from 0.2.21 to 0.2.22 Bumps [specdown/setup-specdown-action](https://github.com/specdown/setup-specdown-action) from 0.2.21 to 0.2.22. - [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.21...v0.2.22) --- 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 47a6ef0..27f198c 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.21 + - uses: specdown/setup-specdown-action@v0.2.22 - name: Set up python ${{ env.PYTHON_VERSION }} id: setup-python uses: actions/setup-python@v4 From fbdb13c77a622314ebea4a275b1ae0979c348335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 21:11:00 +0000 Subject: [PATCH 2/2] build(deps): Bump armakuni/github-actions from 0.16.7 to 0.16.8 Bumps [armakuni/github-actions](https://github.com/armakuni/github-actions) from 0.16.7 to 0.16.8. - [Release notes](https://github.com/armakuni/github-actions/releases) - [Changelog](https://github.com/armakuni/github-actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/armakuni/github-actions/compare/v0.16.7...v0.16.8) --- updated-dependencies: - dependency-name: armakuni/github-actions 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 47a6ef0..229a08d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ env: jobs: validate-pipeline: - uses: armakuni/github-actions/.github/workflows/lint-pipeline.yml@v0.16.7 + uses: armakuni/github-actions/.github/workflows/lint-pipeline.yml@v0.16.8 validate-action: runs-on: ubuntu-latest