diff --git a/.github/workflows/analyzers.yml b/.github/workflows/analyzers.yml index 05f4b903a..7ab83298f 100644 --- a/.github/workflows/analyzers.yml +++ b/.github/workflows/analyzers.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: haya14busa/action-workflow_run-status@main - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 @@ -89,7 +89,7 @@ jobs: steps: - uses: haya14busa/action-workflow_run-status@main - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 diff --git a/.github/workflows/ci v2.yml b/.github/workflows/ci v2.yml index c13475852..4ba2b794a 100644 --- a/.github/workflows/ci v2.yml +++ b/.github/workflows/ci v2.yml @@ -34,7 +34,7 @@ jobs: name: Cache deps on ${{ matrix.config.name }} for ${{ matrix.build_type.config }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -91,7 +91,7 @@ jobs: timeout-minutes: 15 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -153,7 +153,7 @@ jobs: name: ${{ matrix.type }} ${{ matrix.config.name }} ${{ matrix.build_type.config }}${{ matrix.optimization_disabled.postfix}} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -222,7 +222,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true @@ -255,7 +255,7 @@ jobs: name: Test RPP as package - ubuntu-22.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/comment_benchmarks_v2.yml b/.github/workflows/comment_benchmarks_v2.yml index d63cf3509..5fc9d53f7 100644 --- a/.github/workflows/comment_benchmarks_v2.yml +++ b/.github/workflows/comment_benchmarks_v2.yml @@ -23,7 +23,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} sourceRunId: ${{ github.event.workflow_run.id }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 @@ -35,7 +35,7 @@ jobs: path: artifacts run_id: ${{github.event.workflow_run.id}} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: gh-pages token: ${{ secrets.GITHUB_TOKEN }}