Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent fe9c92c commit 91da7b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ jobs:
# Dockerfile Linting
hadolint:
uses: celestiaorg/.github/.github/workflows/[email protected].2 # yamllint disable-line rule:line-length
uses: celestiaorg/.github/.github/workflows/[email protected].6 # yamllint disable-line rule:line-length
with:
dockerfile: Dockerfile

yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: celestiaorg/.github/.github/actions/[email protected].2
- uses: celestiaorg/.github/.github/actions/[email protected].6

markdown-lint:
name: Markdown Lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_release_tracking_epic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
types: [released]
jobs:
trigger_issue:
uses: celestiaorg/.github/.github/workflows/[email protected].2
uses: celestiaorg/.github/.github/workflows/[email protected].6
secrets: inherit
with:
release-repo: ${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
permissions:
contents: write
packages: write
uses: celestiaorg/.github/.github/workflows/[email protected].2 # yamllint disable-line rule:line-length
uses: celestiaorg/.github/.github/workflows/[email protected].6 # yamllint disable-line rule:line-length
with:
dockerfile: Dockerfile
secrets: inherit

0 comments on commit 91da7b8

Please sign in to comment.