From 95661203e30eec2c116bdb88084aae1a4698cbce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 19:45:54 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions-ecosystem/action-add-assignees](https://github.com/actions-ecosystem/action-add-assignees). Updates `actions/checkout` from 3.7.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/a37ce9120846195fa4ece8f58b268e6043cb2f26...3d3c42e5aac5ba805825da76410c181273ba90b1) Updates `actions-ecosystem/action-add-assignees` from 1.0.0 to 1.0.1 - [Release notes](https://github.com/actions-ecosystem/action-add-assignees/releases) - [Commits](https://github.com/actions-ecosystem/action-add-assignees/compare/ce5019e63cc4f35aba27308dc88d19c8f3686747...a5b84af721c4a621eb9c7a4a95ec20a90d0b88e9) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions-ecosystem/action-add-assignees dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/expectations.yml | 2 +- .github/workflows/quality.issue.yml | 2 +- .github/workflows/stale-content.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/expectations.yml b/.github/workflows/expectations.yml index daac8b1..826a663 100644 --- a/.github/workflows/expectations.yml +++ b/.github/workflows/expectations.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout Repository id: checkout_repo - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Comment on Community PRs uses: MicrosoftDocs/PowerShell-Docs/.github/actions/commenting/expectations/v1@main with: diff --git a/.github/workflows/quality.issue.yml b/.github/workflows/quality.issue.yml index 095139b..7bfc83d 100644 --- a/.github/workflows/quality.issue.yml +++ b/.github/workflows/quality.issue.yml @@ -25,7 +25,7 @@ jobs: if: needs.quality.outputs.check == 'true' runs-on: ubuntu-latest steps: - - uses: actions-ecosystem/action-add-assignees@ce5019e63cc4f35aba27308dc88d19c8f3686747 # v1.0.0 + - uses: actions-ecosystem/action-add-assignees@a5b84af721c4a621eb9c7a4a95ec20a90d0b88e9 # v1.0.1 with: github_token: ${{ secrets.github_token }} assignees: ${{ github.event.issue.user.login }} diff --git a/.github/workflows/stale-content.yml b/.github/workflows/stale-content.yml index f8faee8..b2e35d0 100644 --- a/.github/workflows/stale-content.yml +++ b/.github/workflows/stale-content.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout Repository id: checkout_repo - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Write Report uses: MicrosoftDocs/PowerShell-Docs/.github/actions/reporting/stale-content/v1@main with: