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