From 10b598b41e3971df1779be1e4db3e93c6b93d4ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 12:32:30 +0000 Subject: [PATCH] chore(deps): Bump celestiaorg/.github from 0.3.2 to 0.4.1 Bumps [celestiaorg/.github](https://github.com/celestiaorg/.github) from 0.3.2 to 0.4.1. - [Release notes](https://github.com/celestiaorg/.github/releases) - [Commits](https://github.com/celestiaorg/.github/compare/v0.3.2...v0.4.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 cd3eb66164..36adb8d429 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -54,7 +54,7 @@ jobs: # Dockerfile Linting hadolint: - uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_lint.yml@v0.3.2 # yamllint disable-line rule:line-length + uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_lint.yml@v0.4.1 # yamllint disable-line rule:line-length with: dockerfile: Dockerfile @@ -62,7 +62,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: celestiaorg/.github/.github/actions/yamllint@v0.3.2 + - uses: celestiaorg/.github/.github/actions/yamllint@v0.4.1 markdown-lint: name: Markdown Lint diff --git a/.github/workflows/docker-build-publish.yml b/.github/workflows/docker-build-publish.yml index 15b2e00dec..43d643fa07 100644 --- a/.github/workflows/docker-build-publish.yml +++ b/.github/workflows/docker-build-publish.yml @@ -18,7 +18,7 @@ jobs: permissions: contents: write packages: write - uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.3.2 # yamllint disable-line rule:line-length + uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.4.1 # yamllint disable-line rule:line-length with: dockerfile: Dockerfile secrets: inherit