Skip to content

Commit

Permalink
build(deps): bump celestiaorg/.github from 0.1.0 to 0.1.1 (cosmos#842)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Apr 10, 2023
1 parent 09448cb commit 7b7e759
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-da-mockserv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
permissions:
contents: write
packages: write
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.1.0 # yamllint disable-line rule:line-length
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.1.1 # yamllint disable-line rule:line-length
with:
dockerfile: docker/mockserv.Dockerfile
packageName: mockserv
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@ jobs:

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

yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: celestiaorg/.github/.github/actions/yamllint@v0.1.0
- uses: celestiaorg/.github/.github/actions/yamllint@v0.1.1

markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: celestiaorg/.github/.github/actions/markdown-lint@v0.1.0
- uses: celestiaorg/.github/.github/actions/markdown-lint@v0.1.1

0 comments on commit 7b7e759

Please sign in to comment.