From 50c1eef88cb21c9810ff3fdbd66c49d087563ea8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 13:51:35 +0000 Subject: [PATCH] [Dependencies]: bump actions/checkout from 6.0.2 to 6.0.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [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/v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/geoipupdate.yml | 2 +- .github/workflows/maintain-pr-description.yml | 2 +- .github/workflows/powershell-analysis.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/geoipupdate.yml b/.github/workflows/geoipupdate.yml index 6a7a24f6..e01b0bdc 100644 --- a/.github/workflows/geoipupdate.yml +++ b/.github/workflows/geoipupdate.yml @@ -16,7 +16,7 @@ jobs: steps: - name: "Get Latest source" - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: fetch-depth: 0 ref: ${{ github.head_ref }} diff --git a/.github/workflows/maintain-pr-description.yml b/.github/workflows/maintain-pr-description.yml index b9e5d35e..4782480a 100644 --- a/.github/workflows/maintain-pr-description.yml +++ b/.github/workflows/maintain-pr-description.yml @@ -39,7 +39,7 @@ jobs: issues: read steps: - name: "Checkout" - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: clean: true fetch-depth: 1 diff --git a/.github/workflows/powershell-analysis.yml b/.github/workflows/powershell-analysis.yml index 1e54b7e6..60e83a70 100644 --- a/.github/workflows/powershell-analysis.yml +++ b/.github/workflows/powershell-analysis.yml @@ -25,7 +25,7 @@ jobs: name: PSScriptAnalyzer runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - name: Run PSScriptAnalyzer uses: microsoft/psscriptanalyzer-action@6b2948b1944407914a58661c49941824d149734f