Skip to content

Commit

Permalink
chore(deps): bump celestiaorg/.github from 0.2.2 to 0.4.1
Browse files Browse the repository at this point in the history
Bumps [celestiaorg/.github](https://github.com/celestiaorg/.github) from 0.2.2 to 0.4.1.
- [Release notes](https://github.com/celestiaorg/.github/releases)
- [Commits](celestiaorg/.github@v0.2.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 642bb01 commit 96c9931
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: celestiaorg/.github/.github/actions/yamllint@v0.2.2
- uses: celestiaorg/.github/.github/actions/yamllint@v0.4.1

markdown-lint:
name: Markdown Lint
Expand All @@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Version Release
uses: celestiaorg/.github/.github/actions/version-release@v0.2.2
uses: celestiaorg/.github/.github/actions/version-release@v0.4.1
with:
github-token: ${{secrets.GITHUB_TOKEN}}
version-bump: ${{inputs.version}}
2 changes: 1 addition & 1 deletion .github/workflows/housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
auto-add-reviewer:
name: Auto add reviewer to PR
uses: celestiaorg/.github/.github/workflows/reusable_housekeeping.yml@v0.2.2
uses: celestiaorg/.github/.github/workflows/reusable_housekeeping.yml@v0.4.1
secrets: inherit
permissions:
issues: write
Expand Down

0 comments on commit 96c9931

Please sign in to comment.