Skip to content

Commit

Permalink
build(deps): Bump superfly/fly-pr-review-apps from 1.0.0 to 1.2.0 (#62)
Browse files Browse the repository at this point in the history
Bumps
[superfly/fly-pr-review-apps](https://github.com/superfly/fly-pr-review-apps)
from 1.0.0 to 1.2.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/superfly/fly-pr-review-apps/commit/4f849a2268067dea97412965ef740630ee6d1cca"><code>4f849a2</code></a>
Update README for v1.2.0</li>
<li><a
href="https://github.com/superfly/fly-pr-review-apps/commit/280ea619ee64c8fffd66cca5b846b628c1d81e6d"><code>280ea61</code></a>
Attached PostgreSQL cluster to the PR app. (<a
href="https://redirect.github.com/superfly/fly-pr-review-apps/issues/45">#45</a>)</li>
<li><a
href="https://github.com/superfly/fly-pr-review-apps/commit/4f3b8228f551a07b8bff25fb020f562f486c353c"><code>4f3b822</code></a>
Updated actions/checkout to v4 in README.md. (<a
href="https://redirect.github.com/superfly/fly-pr-review-apps/issues/44">#44</a>)</li>
<li><a
href="https://github.com/superfly/fly-pr-review-apps/commit/d385b9a31ebe9ad00a6871846d9c3f4154b51f83"><code>d385b9a</code></a>
Added VM options + few minor fixes (<a
href="https://redirect.github.com/superfly/fly-pr-review-apps/issues/43">#43</a>)</li>
<li><a
href="https://github.com/superfly/fly-pr-review-apps/commit/9c7305c27f44628f03bb610f2583257844dc58b8"><code>9c7305c</code></a>
Merge pull request <a
href="https://redirect.github.com/superfly/fly-pr-review-apps/issues/42">#42</a>
from superfly/underscore-replace</li>
<li><a
href="https://github.com/superfly/fly-pr-review-apps/commit/2c3cf1befdb0a28e699003c072cab5c53a568cec"><code>2c3cf1b</code></a>
Merge pull request <a
href="https://redirect.github.com/superfly/fly-pr-review-apps/issues/41">#41</a>
from superfly/fixed-config</li>
<li><a
href="https://github.com/superfly/fly-pr-review-apps/commit/b59fdb9127516e4e5162e87b3ee06d1dc7f47d2a"><code>b59fdb9</code></a>
Replaced underscores with hyphens in app names.</li>
<li><a
href="https://github.com/superfly/fly-pr-review-apps/commit/07885e253322bec6909f1e2813fb388f14da2772"><code>07885e2</code></a>
Fixed setting config.</li>
<li><a
href="https://github.com/superfly/fly-pr-review-apps/commit/df0d69b196f949cba7ada7fc5f8bb0632b347b61"><code>df0d69b</code></a>
Merge pull request <a
href="https://redirect.github.com/superfly/fly-pr-review-apps/issues/23">#23</a>
from lkoller/main</li>
<li><a
href="https://github.com/superfly/fly-pr-review-apps/commit/d15bb13099a50192b0ea7ebf379eb9d6b4291330"><code>d15bb13</code></a>
Merge pull request <a
href="https://redirect.github.com/superfly/fly-pr-review-apps/issues/27">#27</a>
from svenluijten/default-fly-toml</li>
<li>Additional commits viewable in <a
href="https://github.com/superfly/fly-pr-review-apps/compare/1.0.0...1.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=superfly/fly-pr-review-apps&package-manager=github_actions&previous-version=1.0.0&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 22, 2024
1 parent 775dc8d commit c9bf5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-fly-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Deploy
id: deploy
uses: superfly/fly-pr-review-apps@1.0.0
uses: superfly/fly-pr-review-apps@1.2.0

- name: Clean up GitHub environment
uses: strumwolf/delete-deployment-environment@v2
Expand Down

0 comments on commit c9bf5fe

Please sign in to comment.