diff --git a/.github/workflows/gerrit-policy-api-performance.yaml b/.github/workflows/gerrit-policy-api-performance.yaml index 17a94ac6..eda3185e 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@v6 - 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..52b2d9a0 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@v6 - name: Run S3P script working-directory: ${{ github.workspace }}/testsuites