From 957f00ff22ccc6e7a28196d03cc5e63be4d77acf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 12:02:12 +0000 Subject: [PATCH] Bump celestiaorg/.github from 0.1.1 to 0.2.0 Bumps [celestiaorg/.github](https://github.com/celestiaorg/.github) from 0.1.1 to 0.2.0. - [Release notes](https://github.com/celestiaorg/.github/releases) - [Commits](https://github.com/celestiaorg/.github/compare/v0.1.1...v0.2.0) --- updated-dependencies: - dependency-name: celestiaorg/.github dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_release.yml | 2 +- .github/workflows/lint.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index 3b362ae..275a0c5 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Version Release - uses: celestiaorg/.github/.github/actions/version-release@v0.1.1 + uses: celestiaorg/.github/.github/actions/version-release@v0.2.0 with: github-token: ${{secrets.GITHUB_TOKEN}} version-bump: ${{inputs.version}} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9396949..572ef2f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,10 +39,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: celestiaorg/.github/.github/actions/yamllint@v0.1.1 + - uses: celestiaorg/.github/.github/actions/yamllint@v0.2.0 markdown-lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: celestiaorg/.github/.github/actions/markdown-lint@v0.1.1 + - uses: celestiaorg/.github/.github/actions/markdown-lint@v0.2.0