From 95b09f0ebeaf433ee39b97727ab8ff80208fc4f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 11:52:45 +0000 Subject: [PATCH] chore(deps): Bump celestiaorg/.github from 0.4.5 to 0.6.0 Bumps [celestiaorg/.github](https://github.com/celestiaorg/.github) from 0.4.5 to 0.6.0. - [Release notes](https://github.com/celestiaorg/.github/releases) - [Commits](https://github.com/celestiaorg/.github/compare/v0.4.5...v0.6.0) --- updated-dependencies: - dependency-name: celestiaorg/.github dependency-version: 0.6.0 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 cbc6fcbb93..e4a8012d20 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -50,7 +50,7 @@ jobs: # Dockerfile Linting hadolint: - uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_lint.yml@v0.4.5 # yamllint disable-line rule:line-length + uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_lint.yml@v0.6.0 # yamllint disable-line rule:line-length with: dockerfile: Dockerfile @@ -58,7 +58,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: celestiaorg/.github/.github/actions/yamllint@v0.4.5 + - uses: celestiaorg/.github/.github/actions/yamllint@v0.6.0 markdown-lint: name: Markdown Lint diff --git a/.github/workflows/docker-build-publish.yml b/.github/workflows/docker-build-publish.yml index 88a616c998..04eec2fff0 100644 --- a/.github/workflows/docker-build-publish.yml +++ b/.github/workflows/docker-build-publish.yml @@ -21,7 +21,7 @@ jobs: permissions: contents: write packages: write - uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.5.0 # yamllint disable-line rule:line-length + uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.6.0 # yamllint disable-line rule:line-length with: dockerfile: Dockerfile checkout_ref: ${{ github.event.inputs.ref }}