From fa9b129b1df0617c3afd9ee2bd3229eef84d64b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 23:03:10 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/benchmark.yml | 2 +- .github/workflows/generator.yml | 4 ++-- .github/workflows/publish.yml | 2 +- .github/workflows/ubuntu-test.yml | 2 +- .github/workflows/windows-test.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 52092f6..e23dd9b 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -22,7 +22,7 @@ jobs: - ref: ${{ github.head_ref }} name: head steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ matrix.ref }} - uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml index b7ba5a9..604a680 100644 --- a/.github/workflows/generator.yml +++ b/.github/workflows/generator.yml @@ -11,7 +11,7 @@ jobs: outputs: latest-commit-author: ${{ steps.commit_author.outputs.author }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ github.head_ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -23,7 +23,7 @@ jobs: if: needs.get_latest_commit_author.outputs.latest-commit-author != 'github-actions[bot]' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true ref: ${{ github.head_ref }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index aceb957..627aa52 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,7 +7,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ruby/setup-ruby@v1 with: ruby-version: "3.3" diff --git a/.github/workflows/ubuntu-test.yml b/.github/workflows/ubuntu-test.yml index 417cc26..9c59a21 100644 --- a/.github/workflows/ubuntu-test.yml +++ b/.github/workflows/ubuntu-test.yml @@ -17,7 +17,7 @@ jobs: # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0' ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} diff --git a/.github/workflows/windows-test.yml b/.github/workflows/windows-test.yml index 3bcf03f..dae5a9f 100644 --- a/.github/workflows/windows-test.yml +++ b/.github/workflows/windows-test.yml @@ -17,7 +17,7 @@ jobs: # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0' ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}