mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
chore(deps): Bump cuchi/jinja2-action from 1.2.0 to 1.2.1 (#940)
Bumps [cuchi/jinja2-action](https://github.com/cuchi/jinja2-action) from 1.2.0 to 1.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cuchi/jinja2-action/releases">cuchi/jinja2-action's releases</a>.</em></p> <blockquote> <h2>1.2.1</h2> <ul> <li>Perf: Improve Dockerfile layers.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="3fa06acb38
"><code>3fa06ac</code></a> Merge pull request <a href="https://redirect.github.com/cuchi/jinja2-action/issues/14">#14</a> from funkyfuture/patch-1</li> <li><a href="6783cffa66
"><code>6783cff</code></a> Dockerfile: Reduces layer overhead</li> <li><a href="55f4190692
"><code>55f4190</code></a> Merge pull request <a href="https://redirect.github.com/cuchi/jinja2-action/issues/11">#11</a> from cuchi/add-unit-tests</li> <li><a href="fe228f6ef2
"><code>fe228f6</code></a> chore: fix ci</li> <li><a href="5a62d10241
"><code>5a62d10</code></a> test: add the unit tests</li> <li><a href="29b3303dc9
"><code>29b3303</code></a> chore: fix enum</li> <li><a href="841c222d85
"><code>841c222</code></a> refactor: add enum for inputs</li> <li><a href="7559cedcf0
"><code>7559ced</code></a> refactor: render from template in the context class</li> <li><a href="fb642e9bf7
"><code>fb642e9</code></a> chore: fix Dockerfile</li> <li><a href="4e1f15adf9
"><code>4e1f15a</code></a> refactor: split context class into its own file</li> <li>Additional commits viewable in <a href="https://github.com/cuchi/jinja2-action/compare/v1.2.0...v1.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cuchi/jinja2-action&package-manager=github_actions&previous-version=1.2.0&new-version=1.2.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
This commit is contained in:
parent
b2b0e6ff29
commit
10a5606740
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -625,7 +625,7 @@ jobs:
|
||||
|
||||
- name: Create Homebrew formula
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
uses: cuchi/jinja2-action@v1.2.0
|
||||
uses: cuchi/jinja2-action@v1.2.1
|
||||
with:
|
||||
template: .github/templates/homebrew.martin.rb.j2
|
||||
output_file: target/homebrew/martin.rb
|
||||
|
Loading…
Reference in New Issue
Block a user