diff --git a/.github/workflows/wrangler.yaml b/.github/workflows/wrangler.yaml index e1338ea..b48abcc 100644 --- a/.github/workflows/wrangler.yaml +++ b/.github/workflows/wrangler.yaml @@ -66,7 +66,7 @@ jobs: steps: - id: checkout_repository name: Checkout repository with submodules - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 submodules: true