From 513d5856f8c4a90842ac7d9d10a2e551b2b126a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:27:24 +0000 Subject: [PATCH] chore(deps): Bump celestiaorg/.github from 0.4.6 to 0.5.0 Bumps [celestiaorg/.github](https://github.com/celestiaorg/.github) from 0.4.6 to 0.5.0. - [Release notes](https://github.com/celestiaorg/.github/releases) - [Commits](https://github.com/celestiaorg/.github/compare/v0.4.6...v0.5.0) --- updated-dependencies: - dependency-name: celestiaorg/.github dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 4 ++-- .github/workflows/pr-review-requester.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c41d9dd8d6..28edf737be 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,7 +29,7 @@ jobs: # hadolint lints the Dockerfile hadolint: - uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_lint.yml@v0.4.6 + uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_lint.yml@v0.5.0 with: dockerfile: "docker/Dockerfile" @@ -37,4 +37,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: celestiaorg/.github/.github/actions/yamllint@v0.4.6 + - uses: celestiaorg/.github/.github/actions/yamllint@v0.5.0 diff --git a/.github/workflows/pr-review-requester.yml b/.github/workflows/pr-review-requester.yml index 0e62d00940..487f52bc95 100644 --- a/.github/workflows/pr-review-requester.yml +++ b/.github/workflows/pr-review-requester.yml @@ -11,7 +11,7 @@ on: jobs: auto-request-review: name: Auto request reviews - uses: celestiaorg/.github/.github/workflows/reusable_housekeeping.yml@v0.4.6 + uses: celestiaorg/.github/.github/workflows/reusable_housekeeping.yml@v0.5.0 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