From 0dfb02e51d4b0a3bc826a65cbb71470850ae3b8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:16:53 +0000 Subject: [PATCH] chore(deps): Bump celestiaorg/.github from 0.2.8 to 0.3.1 Bumps [celestiaorg/.github](https://github.com/celestiaorg/.github) from 0.2.8 to 0.3.1. - [Release notes](https://github.com/celestiaorg/.github/releases) - [Commits](https://github.com/celestiaorg/.github/compare/v0.2.8...v0.3.1) --- 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 | 4 ++-- .github/workflows/docker-build-publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index ad15a083bc..f96e7cd93f 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -55,7 +55,7 @@ jobs: # Dockerfile Linting hadolint: - uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_lint.yml@v0.2.8 # yamllint disable-line rule:line-length + uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_lint.yml@v0.3.1 # yamllint disable-line rule:line-length with: dockerfile: Dockerfile @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: celestiaorg/.github/.github/actions/yamllint@v0.2.8 + - uses: celestiaorg/.github/.github/actions/yamllint@v0.3.1 markdown-lint: name: Markdown Lint diff --git a/.github/workflows/docker-build-publish.yml b/.github/workflows/docker-build-publish.yml index b8322d5e17..a708aeaf68 100644 --- a/.github/workflows/docker-build-publish.yml +++ b/.github/workflows/docker-build-publish.yml @@ -18,6 +18,6 @@ jobs: permissions: contents: write packages: write - uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.2.8 # yamllint disable-line rule:line-length + uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.3.1 # yamllint disable-line rule:line-length with: dockerfile: Dockerfile