Commit 12d08d7
committed
chore(deps): update github-actions (#19618)
> ℹ️ **Note**
>
> This PR body was truncated due to platform limits.
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://redirect.github.com/actions/checkout) | action | patch | `v6` → `v6.0.2` |
| [anthropics/claude-code-action](https://redirect.github.com/anthropics/claude-code-action) | action | patch | `v1.0.52` → `v1.0.55` |
| [benc-uk/workflow-dispatch](https://redirect.github.com/benc-uk/workflow-dispatch) | action | minor | `v1.2.4` → `v1.3.1` |
| [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | patch | `v4.32.3` → `v4.32.4` |
| [pullfrog/pullfrog](https://redirect.github.com/pullfrog/pullfrog) | action | patch | `v0` → `v0.0.167` |
| [taiki-e/install-action](https://redirect.github.com/taiki-e/install-action) | action | minor | `v2.67.30` → `v2.68.7` |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
### [`v6.0.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v602)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v6.0.1...v6.0.2)
- Fix tag handling: preserve annotations and explicit fetch-tags by [@​ericsciple](https://redirect.github.com/ericsciple) in [#​2356](https://redirect.github.com/actions/checkout/pull/2356)
### [`v6.0.1`](https://redirect.github.com/actions/checkout/compare/v6.0.0...v6.0.1)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v6.0.0...v6.0.1)
</details>
<details>
<summary>anthropics/claude-code-action (anthropics/claude-code-action)</summary>
### [`v1.0.55`](https://redirect.github.com/anthropics/claude-code-action/releases/tag/v1.0.55)
[Compare Source](https://redirect.github.com/anthropics/claude-code-action/compare/v1.0.54...v1.0.55)
**Full Changelog**: <https://github.com/anthropics/claude-code-action/compare/v1...v1.0.55>
### [`v1.0.54`](https://redirect.github.com/anthropics/claude-code-action/releases/tag/v1.0.54)
[Compare Source](https://redirect.github.com/anthropics/claude-code-action/compare/v1.0.53...v1.0.54)
**Full Changelog**: <https://github.com/anthropics/claude-code-action/compare/v1...v1.0.54>
### [`v1.0.53`](https://redirect.github.com/anthropics/claude-code-action/releases/tag/v1.0.53)
[Compare Source](https://redirect.github.com/anthropics/claude-code-action/compare/v1.0.52...v1.0.53)
#### What's Changed
- fix: grant write permissions and use [@​main](https://redirect.github.com/main) in claude workflow by [@​ashwin-ant](https://redirect.github.com/ashwin-ant) in [#​950](https://redirect.github.com/anthropics/claude-code-action/pull/950)
- feat: add display\_report option to disable step summary by [@​ashwin-ant](https://redirect.github.com/ashwin-ant) in [#​952](https://redirect.github.com/anthropics/claude-code-action/pull/952)
**Full Changelog**: <https://github.com/anthropics/claude-code-action/compare/v1...v1.0.53>
</details>
<details>
<summary>benc-uk/workflow-dispatch (benc-uk/workflow-dispatch)</summary>
### [`v1.3.1`](https://redirect.github.com/benc-uk/workflow-dispatch/releases/tag/v1.3.1)
[Compare Source](https://redirect.github.com/benc-uk/workflow-dispatch/compare/v1.3.0...v1.3.1)
#### Features
- **New `sync-status` input** — when used with `wait-for-completion`, mirrors the triggered workflow's conclusion (failure/cancelled) back to this action's status ([#​84](https://redirect.github.com/benc-uk/workflow-dispatch/issues/84))
- **Alternate `ref` default for PRs** — automatically uses `github.head_ref` when running in a pull request context, avoiding `refs/pull/.../merge` errors ([#​79](https://redirect.github.com/benc-uk/workflow-dispatch/issues/79))
#### Bug Fixes
- **Safer JSON input parsing** — invalid `inputs` JSON now logs an error instead of throwing an unhandled exception ([#​84](https://redirect.github.com/benc-uk/workflow-dispatch/issues/84))
- **Improved timeout handling** — timeout now sets a distinct `timed_out` status and emits a warning instead of silently breaking ([#​84](https://redirect.github.com/benc-uk/workflow-dispatch/issues/84))
- **Improved warning message formatting** for workflow run timeout
#### Internal Changes & Chores
- Replaced `console.log` calls with `core.info` for proper Actions log integration ([#​84](https://redirect.github.com/benc-uk/workflow-dispatch/issues/84))
- Removed stale `ref`/`inputs` parameters from the workflow list API call ([#​84](https://redirect.github.com/benc-uk/workflow-dispatch/issues/84))
- Expanded CI test matrix from 3 sequential steps to 9 parallel test jobs covering workflow lookup, output assertions, wait-for-completion, sync-status, and error handling ([#​84](https://redirect.github.com/benc-uk/workflow-dispatch/issues/84))
- Added CI path filters to skip docs-only changes ([#​84](https://redirect.github.com/benc-uk/workflow-dispatch/issues/84))
- Changed echo-3 test fixture from `workflow_call` to `workflow_dispatch` with deterministic failure ([#​84](https://redirect.github.com/benc-uk/workflow-dispatch/issues/84))
- Removed unused `.vscode/settings.json` ([#​84](https://redirect.github.com/benc-uk/workflow-dispatch/issues/84))
- Added `.github/copilot-instructions.md` ([#​84](https://redirect.github.com/benc-uk/workflow-dispatch/issues/84))
- General project chores
#### Documentation Updates
- No documentation updates in this release
### [`v1.3.0`](https://redirect.github.com/benc-uk/workflow-dispatch/releases/tag/v1.3.0): - It's been a long time coming...
[Compare Source](https://redirect.github.com/benc-uk/workflow-dispatch/compare/v1.2.4...v1.3.0)
#### What's Changed
- After 6 years GitHub finally added a way to return the run-id from the workflow\_dispatch API, this means I can return the run-id and link URLs from this action 😎
- It also means the requested `wait-for-completion` option is now possible! 🥳 (with optional `wait-timeout-seconds` too)
- Mucho internal modernization, switched to esbuild, packages updated and Node v24 is the new default 👀
#### Merges
- 2026 refresh by [@​benc-uk](https://redirect.github.com/benc-uk) in [#​83](https://redirect.github.com/benc-uk/workflow-dispatch/pull/83)
**Full Changelog**: <https://github.com/benc-uk/workflow-dispatch/compare/v1.2...v1.3.0>
</details>
<details>
<summary>github/codeql-action (github/codeql-action)</summary>
### [`v4.32.4`](https://redirect.github.com/github/codeql-action/releases/tag/v4.32.4)
[Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.32.3...v4.32.4)
- Update default CodeQL bundle version to [2.24.2](https://redirect.github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.2). [#​3493](https://redirect.github.com/github/codeql-action/pull/3493)
- Added an experimental change which improves how certificates are generated for the authentication proxy that is used by the CodeQL Action in Default Setup when [private package registries are configured](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries). This is expected to generate more widely compatible certificates and should have no impact on analyses which are working correctly already. We expect to roll this change out to everyone in February. [#​3473](https://redirect.github.com/github/codeql-action/pull/3473)
- When the CodeQL Action is run [with debugging enabled in Default Setup](https://docs.github.com/en/code-security/how-tos/scan-code-for-vulnerabilities/troubleshooting/troubleshooting-analysis-errors/logs-not-detailed-enough#creating-codeql-debugging-artifacts-for-codeql-default-setup) and [private package registries are configured](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries), the "Setup proxy for registries" step will output additional diagnostic information that can be used for troubleshooting. [#​3486](https://redirect.github.com/github/codeql-action/pull/3486)
- Added a setting which allows the CodeQL Action to enable network debugging for Java programs. This will help GitHub staff support customers with troubleshooting issues in GitHub-managed CodeQL workflows, such as Default Setup. This setting can only be enabled by GitHub staff. [#​3485](https://redirect.github.com/github/codeql-action/pull/3485)
- Added a setting which enables GitHub-managed workflows, such as Default Setup, to use a [nightly CodeQL CLI release](https://redirect.github.com/dsp-testing/codeql-cli-nightlies) instead of the latest, stable release that is used by default. This will help GitHub staff support customers whose analyses for a given repository or organization require early access to a change in an upcoming CodeQL CLI release. This setting can only be enabled by GitHub staff. [#​3484](https://redirect.github.com/github/codeql-action/pull/3484)
</details>
<details>
<summary>pullfrog/pullfrog (pullfrog/pullfrog)</summary>
### [`v0.0.167`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.167)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.166...v0.0.167)
#### 📦 [@​pullfrog/pullfrog](https://redirect.github.com/pullfrog/pullfrog) 0.0.167
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/pullfrog@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/pullfrog@0.0.167
```
### [`v0.0.166`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.166)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.165...v0.0.166)
#### 📦 [@​pullfrog/pullfrog](https://redirect.github.com/pullfrog/pullfrog) 0.0.166
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/pullfrog@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/pullfrog@0.0.166
```
### [`v0.0.165`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.165)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.164...v0.0.165)
#### 📦 [@​pullfrog/pullfrog](https://redirect.github.com/pullfrog/pullfrog) 0.0.165
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/pullfrog@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/pullfrog@0.0.165
```
### [`v0.0.164`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.164)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.163...v0.0.164)
#### 📦 [@​pullfrog/pullfrog](https://redirect.github.com/pullfrog/pullfrog) 0.0.164
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/pullfrog@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/pullfrog@0.0.164
```
### [`v0.0.163`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.163)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.162...v0.0.163)
#### 📦 [@​pullfrog/pullfrog](https://redirect.github.com/pullfrog/pullfrog) 0.0.163
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/pullfrog@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/pullfrog@0.0.163
```
### [`v0.0.162`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.162)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.161...v0.0.162)
#### 📦 [@​pullfrog/pullfrog](https://redirect.github.com/pullfrog/pullfrog) 0.0.162
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/pullfrog@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/pullfrog@0.0.162
```
### [`v0.0.161`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.161)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.159...v0.0.161)
#### 📦 [@​pullfrog/pullfrog](https://redirect.github.com/pullfrog/pullfrog) 0.0.161
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/pullfrog@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/pullfrog@0.0.161
```
### [`v0.0.159`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.159)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.158...v0.0.159)
#### 📦 [@​pullfrog/pullfrog](https://redirect.github.com/pullfrog/pullfrog) 0.0.159
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/pullfrog@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/pullfrog@0.0.159
```
### [`v0.0.158`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.158)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.157...v0.0.158)
#### 📦 [@​pullfrog/pullfrog](https://redirect.github.com/pullfrog/pullfrog) 0.0.158
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/pullfrog@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/pullfrog@0.0.158
```
### [`v0.0.157`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.157)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.156...v0.0.157)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.157
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.157
```
### [`v0.0.156`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.156)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.155...v0.0.156)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.156
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.156
```
### [`v0.0.155`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.155)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.154...v0.0.155)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.155
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.155
```
### [`v0.0.154`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.154)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.152...v0.0.154)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.154
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.154
```
### [`v0.0.152`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.152)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.151...v0.0.152)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.152
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.152
```
### [`v0.0.151`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.151)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.150...v0.0.151)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.151
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.151
```
### [`v0.0.150`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.150)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.149...v0.0.150)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.150
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.150
```
### [`v0.0.149`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.149)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.148...v0.0.149)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.149
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.149
```
### [`v0.0.148`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.148)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.147...v0.0.148)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.148
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.148
```
### [`v0.0.147`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.147)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.146...v0.0.147)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.147
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.147
```
### [`v0.0.146`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.146)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.144...v0.0.146)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.146
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.146
```
### [`v0.0.144`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.144)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.143...v0.0.144)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.144
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.144
```
### [`v0.0.143`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.143)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.142...v0.0.143)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.143
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.143
```
### [`v0.0.142`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.142)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.141...v0.0.142)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.142
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.142
```
### [`v0.0.141`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.141)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.140...v0.0.141)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.141
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.141
```
### [`v0.0.140`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.140)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.139...v0.0.140)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.140
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.140
```
### [`v0.0.139`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.139)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.138...v0.0.139)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.139
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.139
```
### [`v0.0.138`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.138)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.137...v0.0.138)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.138
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.138
```
### [`v0.0.137`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.137)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.136...v0.0.137)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.137
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.137
```
### [`v0.0.136`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.136)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.135...v0.0.136)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.136
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.136
```
### [`v0.0.135`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.135)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.134...v0.0.135)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.135
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.135
```
### [`v0.0.134`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.134)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.133...v0.0.134)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.134
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.134
```
### [`v0.0.133`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.133)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.132...v0.0.133)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.133
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.133
```
### [`v0.0.132`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.132)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.131...v0.0.132)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.132
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.132
```
### [`v0.0.131`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.131)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.130...v0.0.131)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.131
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.131
```
### [`v0.0.130`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.130)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.129...v0.0.130)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.130
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.130
```
### [`v0.0.129`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.129)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.128...v0.0.129)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.129
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.129
```
### [`v0.0.128`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.128)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.127...v0.0.128)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.128
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.128
```
### [`v0.0.127`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.127)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.126...v0.0.127)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.127
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.127
```
### [`v0.0.126`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.126)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.124...v0.0.126)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.126
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.126
```
### [`v0.0.124`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.124)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.123...v0.0.124)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.124
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.124
```
### [`v0.0.123`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.123)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.122...v0.0.123)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.123
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.123
```
### [`v0.0.122`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.122)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.121...v0.0.122)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.122
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.122
```
### [`v0.0.121`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.121)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.120...v0.0.121)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.121
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.121
```
### [`v0.0.120`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.120)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.119...v0.0.120)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.120
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.120
```
### [`v0.0.119`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.119)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.118...v0.0.119)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.119
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.119
```
### [`v0.0.118`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.118)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.117...v0.0.118)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.118
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.118
```
### [`v0.0.117`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.117)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.116...v0.0.117)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.117
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.117
```
### [`v0.0.116`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.116)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.115...v0.0.116)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.116
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.116
```
### [`v0.0.115`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.115)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.114...v0.0.115)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.115
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.115
```
### [`v0.0.114`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.114)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.113...v0.0.114)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.114
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.114
```
### [`v0.0.113`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.113)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.112...v0.0.113)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.113
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.113
```
### [`v0.0.112`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.112)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.111...v0.0.112)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.112
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.112
```
### [`v0.0.111`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.111)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.110...v0.0.111)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.111
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.111
```
### [`v0.0.110`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.110)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.109...v0.0.110)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.110
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.110
```
### [`v0.0.109`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.109)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.108...v0.0.109)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.109
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.109
```
### [`v0.0.108`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.108)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.107...v0.0.108)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.108
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.108
```
### [`v0.0.107`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.107)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.106...v0.0.107)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.107
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.107
```
### [`v0.0.106`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.106)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.105...v0.0.106)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.106
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.106
```
### [`v0.0.105`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.105)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.104...v0.0.105)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.105
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.105
```
### [`v0.0.104`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.104)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.103...v0.0.104)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.104
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.104
```
### [`v0.0.103`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.103)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.102...v0.0.103)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.103
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.103
```
### [`v0.0.102`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.102)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.101...v0.0.102)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.102
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.102
```
### [`v0.0.101`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.101)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.100...v0.0.101)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.101
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.101
```
### [`v0.0.100`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.100)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.99...v0.0.100)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.100
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.100
```
### [`v0.0.99`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.99)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.98...v0.0.99)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.99
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.99
```
### [`v0.0.98`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.98)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.96...v0.0.98)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.98
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.98
```
### [`v0.0.96`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.96)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.95...v0.0.96)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.96
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.96
```
### [`v0.0.95`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.95)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.94...v0.0.95)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.95
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.95
```
### [`v0.0.94`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.94)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.93...v0.0.94)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.94
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.94
```
### [`v0.0.93`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.93)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.92...v0.0.93)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.93
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.93
```
### [`v0.0.92`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.92)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.91...v0.0.92)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.92
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.92
```
### [`v0.0.91`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.91)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.90...v0.0.91)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.91
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.91
```
### [`v0.0.90`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.90)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.89...v0.0.90)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.90
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.90
```
### [`v0.0.89`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.89)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.88...v0.0.89)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.89
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.89
```
### [`v0.0.88`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.88)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.87...v0.0.88)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.88
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.88
```
### [`v0.0.87`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.87)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.86...v0.0.87)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.87
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.87
```
### [`v0.0.86`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.86)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.85...v0.0.86)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.86
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.86
```
### [`v0.0.85`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.85)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.84...v0.0.85)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.85
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.85
```
### [`v0.0.84`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.84)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.83...v0.0.84)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.84
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.84
```
### [`v0.0.83`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.83)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.82...v0.0.83)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.83
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.83
```
### [`v0.0.82`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.82)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.81...v0.0.82)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.82
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.82
```
### [`v0.0.81`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.81)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.80...v0.0.81)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.81
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.81
```
### [`v0.0.80`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.80)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.79...v0.0.80)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.80
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.80
```
### [`v0.0.79`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.79)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.78...v0.0.79)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.79
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.79
```
### [`v0.0.78`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.78)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.77...v0.0.78)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.78
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.78
```
### [`v0.0.77`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.77)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.76...v0.0.77)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.77
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.77
```
### [`v0.0.76`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.76)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.75...v0.0.76)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.76
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.76
```
### [`v0.0.75`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.75)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.74...v0.0.75)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.75
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.75
```
### [`v0.0.74`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.74)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.72...v0.0.74)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.74
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.74
```
### [`v0.0.72`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.72)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.71...v0.0.72)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.72
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.72
```
### [`v0.0.71`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.71)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.70...v0.0.71)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.71
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.71
```
### [`v0.0.70`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.70)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.69...v0.0.70)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.70
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.70
```
### [`v0.0.69`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.69)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.68...v0.0.69)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.69
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.69
```
### [`v0.0.68`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.68)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.67...v0.0.68)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.68
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.68
```
### [`v0.0.67`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.67)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.66...v0.0.67)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.67
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.67
```
### [`v0.0.66`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.66)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.65...v0.0.66)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.66
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.66
```
### [`v0.0.65`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.65)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.60...v0.0.65)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.65
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.65
```
### [`v0.0.60`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.60)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.58...v0.0.60)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.60
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.60
```
### [`v0.0.58`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.58)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.57...v0.0.58)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.58
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.58
```
### [`v0.0.57`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.57)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.56...v0.0.57)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.57
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.57
```
### [`v0.0.56`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.56)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.55...v0.0.56)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.56
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.56
```
### [`v0.0.55`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.55)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.54...v0.0.55)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.55
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.55
```
### [`v0.0.54`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.54)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.53...v0.0.54)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.54
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.54
```
### [`v0.0.53`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.53)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.52...v0.0.53)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.53
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.53
```
### [`v0.0.52`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.52)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.50...v0.0.52)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.52
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.52
```
### [`v0.0.50`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.50)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.47...v0.0.50)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.50
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.50
```
### [`v0.0.47`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.47)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.46...v0.0.47)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.47
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.47
```
### [`v0.0.46`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.46)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.45...v0.0.46)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.46
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.46
```
### [`v0.0.45`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.45)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.40...v0.0.45)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.45
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.45
```
### [`v0.0.40`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.40)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.39...v0.0.40)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.40
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.40
```
### [`v0.0.39`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.39)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.38...v0.0.39)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.39
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.39
```
### [`v0.0.38`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.38)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.35...v0.0.38)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.38
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.38
```
### [`v0.0.35`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.35)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.34...v0.0.35)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.35
##### Usage in GitHub Actions
```yaml
- uses: pullfrog/action@v0
```
##### Installation via npm
```bash
npm install @​pullfrog/action@0.0.35
```
### [`v0.0.34`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.34)
[Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.33...v0.0.34)
#### 📦 [@​pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.34
##### Usa
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNi41IiwidXBkYXRlZEluVmVyIjoiNDMuMjYuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->1 parent d6713b6 commit 12d08d7
7 files changed
Lines changed: 15 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
417 | | - | |
| 417 | + | |
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
| |||
726 | 726 | | |
727 | 727 | | |
728 | 728 | | |
729 | | - | |
| 729 | + | |
730 | 730 | | |
731 | 731 | | |
732 | 732 | | |
| |||
735 | 735 | | |
736 | 736 | | |
737 | 737 | | |
738 | | - | |
| 738 | + | |
739 | 739 | | |
740 | 740 | | |
741 | 741 | | |
| |||
744 | 744 | | |
745 | 745 | | |
746 | 746 | | |
747 | | - | |
| 747 | + | |
748 | 748 | | |
749 | 749 | | |
750 | 750 | | |
| |||
0 commit comments