Skip to content

Commit

Permalink
chore(deps): bump celestiaorg/.github from 0.1.0 to 0.1.1 (celestiaor…
Browse files Browse the repository at this point in the history
…g#2047)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 14, 2023
1 parent e804359 commit 42f6044
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ on:
jobs:
# Dockerfile Linting
hadolint:
uses: celestiaorg/.github/.github/workflows/[email protected].0 # yamllint disable-line rule:line-length
uses: celestiaorg/.github/.github/workflows/[email protected].1 # yamllint disable-line rule:line-length
with:
dockerfile: Dockerfile

yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: celestiaorg/.github/.github/actions/[email protected].0
- uses: celestiaorg/.github/.github/actions/[email protected].1

markdown-lint:
name: Markdown Lint
Expand All @@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Version Release
uses: celestiaorg/.github/.github/actions/[email protected].0
uses: celestiaorg/.github/.github/actions/[email protected].1
with:
github-token: ${{secrets.GITHUB_TOKEN}}
version-bump: ${{inputs.version}}
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 @@ -17,6 +17,6 @@ jobs:
permissions:
contents: write
packages: write
uses: celestiaorg/.github/.github/workflows/[email protected].0 # yamllint disable-line rule:line-length
uses: celestiaorg/.github/.github/workflows/[email protected].1 # yamllint disable-line rule:line-length
with:
dockerfile: Dockerfile

0 comments on commit 42f6044

Please sign in to comment.