Skip to content

Commit

Permalink
chore(deps): Bump celestiaorg/.github from 0.2.3 to 0.2.8
Browse files Browse the repository at this point in the history
Bumps [celestiaorg/.github](https://github.com/celestiaorg/.github) from 0.2.3 to 0.2.8.
- [Release notes](https://github.com/celestiaorg/.github/releases)
- [Commits](celestiaorg/.github@v0.2.3...v0.2.8)

---
updated-dependencies:
- dependency-name: celestiaorg/.github
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent d0513f2 commit 7a09d5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ on:
jobs:
# Dockerfile Linting
hadolint:
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_lint.yml@v0.2.3 # yamllint disable-line rule:line-length
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_lint.yml@v0.2.8 # yamllint disable-line rule:line-length
with:
dockerfile: Dockerfile

yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: celestiaorg/.github/.github/actions/yamllint@v0.2.3
- uses: celestiaorg/.github/.github/actions/yamllint@v0.2.8

markdown-lint:
name: Markdown Lint
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
uses: mathieudutour/github-tag-action@v6.1

- name: Version Release
uses: celestiaorg/.github/.github/actions/version-release@v0.2.3
uses: celestiaorg/.github/.github/actions/version-release@v0.2.8
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
default_bump: ${{ inputs.version }}
Expand Down

0 comments on commit 7a09d5f

Please sign in to comment.