From 735fca9816719fa5e340014876331f56ef77bf5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 03:33:48 +0000 Subject: [PATCH] [Dependencies]: Bump actions/checkout from 5.0.0 to 6.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.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/v5...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/geoipupdate.yml | 2 +- .github/workflows/powershell-analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/geoipupdate.yml b/.github/workflows/geoipupdate.yml index da7f43ca..72d4ec48 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.0 + uses: actions/checkout@v6.0.1 with: fetch-depth: 0 ref: ${{ github.head_ref }} diff --git a/.github/workflows/powershell-analysis.yml b/.github/workflows/powershell-analysis.yml index 5c02ff41..d0be36aa 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.0 + - uses: actions/checkout@v6.0.1 - name: Run PSScriptAnalyzer uses: microsoft/psscriptanalyzer-action@6b2948b1944407914a58661c49941824d149734f