From 5ed016c0104905ab00099cddd86c1a7f011496a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 09:11:27 +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/gerrit-policy-api-performance.yaml | 2 +- .github/workflows/gerrit-policy-api-stability.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gerrit-policy-api-performance.yaml b/.github/workflows/gerrit-policy-api-performance.yaml index 17a94ac6..14d75ebf 100644 --- a/.github/workflows/gerrit-policy-api-performance.yaml +++ b/.github/workflows/gerrit-policy-api-performance.yaml @@ -72,7 +72,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run S3P script working-directory: ${{ github.workspace }}/testsuites diff --git a/.github/workflows/gerrit-policy-api-stability.yaml b/.github/workflows/gerrit-policy-api-stability.yaml index 6ab1078d..96cc45ea 100644 --- a/.github/workflows/gerrit-policy-api-stability.yaml +++ b/.github/workflows/gerrit-policy-api-stability.yaml @@ -72,7 +72,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run S3P script working-directory: ${{ github.workspace }}/testsuites