From c3225b86bf12fce043c27c191d7e381b7ba0f3ae Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 21 Jun 2026 01:55:37 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/auto-release.yaml | 2 +- .github/workflows/codegen.yml | 8 ++++---- .github/workflows/tests.yml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml index b3e383aec15..ce48fb6d74a 100644 --- a/.github/workflows/auto-release.yaml +++ b/.github/workflows/auto-release.yaml @@ -23,7 +23,7 @@ jobs: build: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: '0' - name: Bump version and push tag diff --git a/.github/workflows/codegen.yml b/.github/workflows/codegen.yml index 6599480afdb..76c955a56c0 100644 --- a/.github/workflows/codegen.yml +++ b/.github/workflows/codegen.yml @@ -41,11 +41,11 @@ jobs: service: ${{fromJson(needs.batch.outputs.services).one}} steps: - run: echo generating ${{ matrix.service }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 1 path: google-api-php-client-services - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: repository: googleapis/discovery-artifact-manager fetch-depth: 1 @@ -84,11 +84,11 @@ jobs: service: ${{fromJson(needs.batch.outputs.services).two}} steps: - run: echo generating ${{ matrix.service }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 1 path: google-api-php-client-services - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: repository: googleapis/discovery-artifact-manager fetch-depth: 1 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e4f118ed54a..6cef3a759f2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: php: "8.1" name: PHP ${{matrix.php }} Unit Test steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup PHP uses: shivammathur/setup-php@v2 with: @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-24.04 name: Generator Unit Tests steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6 with: @@ -53,7 +53,7 @@ jobs: php: [ "8.1" ] name: Casing Conflict Test steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup PHP uses: shivammathur/setup-php@v2 with: