diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml index b3e383aec1..ce48fb6d74 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 6599480afd..76c955a56c 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 e4f118ed54..6cef3a759f 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: