From 666d085dee8fa0b341b4aecce40e5b84f29fc597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 09:48:37 +0000 Subject: [PATCH] chore(deps): Bump celestiaorg/.github from 0.2.8 to 0.3.0 Bumps [celestiaorg/.github](https://github.com/celestiaorg/.github) from 0.2.8 to 0.3.0. - [Release notes](https://github.com/celestiaorg/.github/releases) - [Commits](https://github.com/celestiaorg/.github/compare/v0.2.8...v0.3.0) --- updated-dependencies: - dependency-name: celestiaorg/.github dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-build-publish.yml | 4 ++-- .github/workflows/housekeeping.yml | 2 +- .github/workflows/lint.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-build-publish.yml b/.github/workflows/docker-build-publish.yml index 9f8871910e..4269e3c4fc 100644 --- a/.github/workflows/docker-build-publish.yml +++ b/.github/workflows/docker-build-publish.yml @@ -20,7 +20,7 @@ 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.0 # yamllint disable-line rule:line-length with: dockerfile: Dockerfile @@ -28,7 +28,7 @@ jobs: permissions: contents: write packages: write - uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.2.8 + uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.3.0 with: dockerfile: docker/Dockerfile_txsim packageName: txsim diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index 473d2a88f8..55ab303391 100644 --- a/.github/workflows/housekeeping.yml +++ b/.github/workflows/housekeeping.yml @@ -11,7 +11,7 @@ on: jobs: pr-assignment: name: PR Auto Assignment - uses: celestiaorg/.github/.github/workflows/reusable_housekeeping.yml@v0.2.8 # yamllint disable-line rule:line-length + uses: celestiaorg/.github/.github/workflows/reusable_housekeeping.yml@v0.3.0 # yamllint disable-line rule:line-length secrets: inherit # write access for issues and pull requests is needed because the called # workflow requires write access to issues and pull requests and the diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9d8f23c1a3..553ed4ecee 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,10 +32,10 @@ jobs: # hadolint lints the Dockerfile 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.0 # yamllint disable-line rule:line-length yamllint: 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.0