From bcc24951e9ed24f745916ec3e29bdf78e869976c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 07:59:36 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pushToPyPiOnRelease.yml | 2 +- .github/workflows/ruff.yml | 2 +- .github/workflows/testEndToEnd.yml | 2 +- .github/workflows/test_against_escu.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pushToPyPiOnRelease.yml b/.github/workflows/pushToPyPiOnRelease.yml index 6252f04b..ce02908f 100644 --- a/.github/workflows/pushToPyPiOnRelease.yml +++ b/.github/workflows/pushToPyPiOnRelease.yml @@ -11,7 +11,7 @@ jobs: #Checkout the current branch - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 #Install the given version of Python we will test against - name: Install Required Python Version diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index 4843361a..203cd394 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -7,7 +7,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Python uses: actions/setup-python@v5 with: diff --git a/.github/workflows/testEndToEnd.yml b/.github/workflows/testEndToEnd.yml index 6b1a4b20..4d6dd1b0 100644 --- a/.github/workflows/testEndToEnd.yml +++ b/.github/workflows/testEndToEnd.yml @@ -29,7 +29,7 @@ jobs: #Checkout the current branch - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 #Install the given version of Python we will test against - name: Install Required Python Version diff --git a/.github/workflows/test_against_escu.yml b/.github/workflows/test_against_escu.yml index ef07d445..25cae4c8 100644 --- a/.github/workflows/test_against_escu.yml +++ b/.github/workflows/test_against_escu.yml @@ -27,11 +27,11 @@ jobs: steps: # Checkout the current branch of contentctl repo - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Checkout the develop (default) branch of security_content - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: security_content repository: splunk/security_content