From 5e72f64741dfb1eb84b9f283bd884c2cd6f23a43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 02:14:07 +0000 Subject: [PATCH] Bump PowerShell/compliance/.github/workflows/ready-to-merge.yml Bumps [PowerShell/compliance/.github/workflows/ready-to-merge.yml](https://github.com/powershell/compliance) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/powershell/compliance/releases) - [Commits](https://github.com/powershell/compliance/compare/v1.0.0...V1.0.1) --- updated-dependencies: - dependency-name: PowerShell/compliance/.github/workflows/ready-to-merge.yml dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/PR-powershell-lts.yml | 2 +- .github/workflows/PR-powershell-preview.yml | 2 +- .github/workflows/PR-powershell.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/PR-powershell-lts.yml b/.github/workflows/PR-powershell-lts.yml index de848fce..4f1fa65f 100644 --- a/.github/workflows/PR-powershell-lts.yml +++ b/.github/workflows/PR-powershell-lts.yml @@ -76,6 +76,6 @@ jobs: - homebrew-formula-lts - changes if: always() - uses: PowerShell/compliance/.github/workflows/ready-to-merge.yml@v1.0.0 + uses: PowerShell/compliance/.github/workflows/ready-to-merge.yml@V1.0.1 with: needs_context: ${{ toJson(needs) }} diff --git a/.github/workflows/PR-powershell-preview.yml b/.github/workflows/PR-powershell-preview.yml index c55d5e6a..dd2e8f31 100644 --- a/.github/workflows/PR-powershell-preview.yml +++ b/.github/workflows/PR-powershell-preview.yml @@ -87,6 +87,6 @@ jobs: - homebrew-formula-preview - changes if: always() - uses: PowerShell/compliance/.github/workflows/ready-to-merge.yml@v1.0.0 + uses: PowerShell/compliance/.github/workflows/ready-to-merge.yml@V1.0.1 with: needs_context: ${{ toJson(needs) }} diff --git a/.github/workflows/PR-powershell.yml b/.github/workflows/PR-powershell.yml index 294ca1b0..47467eaf 100644 --- a/.github/workflows/PR-powershell.yml +++ b/.github/workflows/PR-powershell.yml @@ -98,6 +98,6 @@ jobs: - homebrew-formula-stable - changes if: always() - uses: PowerShell/compliance/.github/workflows/ready-to-merge.yml@v1.0.0 + uses: PowerShell/compliance/.github/workflows/ready-to-merge.yml@V1.0.1 with: needs_context: ${{ toJson(needs) }}