Skip to content

Commit 7b7e759

Browse files
build(deps): bump celestiaorg/.github from 0.1.0 to 0.1.1 (#842)
Bumps [celestiaorg/.github](https://github.com/celestiaorg/.github) from 0.1.0 to 0.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/celestiaorg/.github/releases">celestiaorg/.github's releases</a>.</em></p> <blockquote> <h2>Release v0.1.1</h2> <h3><a href="https://github.com/celestiaorg/.github/compare/v0.1.0...v0.1.1">0.1.1</a> (2023-04-05)</h3> <h3>Bug Fixes</h3> <ul> <li>undo matrix (<a href="https://redirect.github.com/celestiaorg/.github/issues/47">#47</a>) (<a href="https://github.com/celestiaorg/.github/commit/c955dc6094013ec44f25962a1161589297f17c4f">c955dc6</a>)</li> </ul> <h2>What's Changed</h2> <ul> <li>fix: undo matrix by <a href="https://github.com/jrmanes"><code>@​jrmanes</code></a> in <a href="https://redirect.github.com/celestiaorg/.github/pull/47">celestiaorg/.github#47</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/celestiaorg/.github/compare/v0.1.0...v0.1.1">https://github.com/celestiaorg/.github/compare/v0.1.0...v0.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/celestiaorg/.github/commit/c955dc6094013ec44f25962a1161589297f17c4f"><code>c955dc6</code></a> fix: undo matrix (<a href="https://redirect.github.com/celestiaorg/.github/issues/47">#47</a>)</li> <li>See full diff in <a href="https://github.com/celestiaorg/.github/compare/v0.1.0...v0.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=celestiaorg/.github&package-manager=github_actions&previous-version=0.1.0&new-version=0.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 09448cb commit 7b7e759

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-build-da-mockserv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
permissions:
1818
contents: write
1919
packages: write
20-
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.1.0 # yamllint disable-line rule:line-length
20+
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.1.1 # yamllint disable-line rule:line-length
2121
with:
2222
dockerfile: docker/mockserv.Dockerfile
2323
packageName: mockserv

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ jobs:
3838

3939
# hadolint lints the Dockerfile
4040
hadolint:
41-
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_lint.yml@v0.1.0 # yamllint disable-line rule:line-length
41+
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_lint.yml@v0.1.1 # yamllint disable-line rule:line-length
4242
with:
4343
dockerfile: docker/mockserv.Dockerfile
4444

4545
yamllint:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- uses: actions/checkout@v3
49-
- uses: celestiaorg/.github/.github/actions/yamllint@v0.1.0
49+
- uses: celestiaorg/.github/.github/actions/yamllint@v0.1.1
5050

5151
markdown-lint:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- uses: actions/checkout@v3
55-
- uses: celestiaorg/.github/.github/actions/markdown-lint@v0.1.0
55+
- uses: celestiaorg/.github/.github/actions/markdown-lint@v0.1.1

0 commit comments

Comments
 (0)