From 55a1a6bd19e513279e93da2ecd49d4846e725853 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 20 Nov 2025 18:46:39 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/bazel_example.yml | 2 +- .github/workflows/phpunit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bazel_example.yml b/.github/workflows/bazel_example.yml index 9f57d39aa..225a6d751 100644 --- a/.github/workflows/bazel_example.yml +++ b/.github/workflows/bazel_example.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: 'recursive' diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index d17836edf..301eb74f2 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: 'recursive'