Skip to content

Commit e75d464

Browse files
chore(deps): bump celestiaorg/.github from 0.4.5 to 0.6.4 (celestiaorg#4514)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hlib Kanunnikov <hlibwondertan@gmail.com>
1 parent 7fca1d9 commit e75d464

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ jobs:
5050
5151
# Dockerfile Linting
5252
hadolint:
53-
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_lint.yml@v0.4.5 # yamllint disable-line rule:line-length
53+
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_lint.yml@v0.6.4 # yamllint disable-line rule:line-length
5454
with:
5555
dockerfile: Dockerfile
5656

5757
yamllint:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- uses: actions/checkout@v4
61-
- uses: celestiaorg/.github/.github/actions/yamllint@v0.4.5
61+
- uses: celestiaorg/.github/.github/actions/yamllint@v0.6.4
6262

6363
markdown-lint:
6464
name: Markdown Lint

.github/workflows/docker-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
permissions:
2222
contents: write
2323
packages: write
24-
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.5.0 # yamllint disable-line rule:line-length
24+
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.6.4 # yamllint disable-line rule:line-length
2525
with:
2626
dockerfile: Dockerfile
2727
checkout_ref: ${{ github.event.inputs.ref }}

0 commit comments

Comments
 (0)