From a5b5e5385e7997820a0946a30df716421c67bb48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 16:12:05 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/main.yml | 4 ++-- .github/workflows/react-compiler.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 79c82083..939a22e0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: - platform: macos-latest node-version: lts/* steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: @@ -44,7 +44,7 @@ jobs: needs: test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: # Need to fetch entire commit history to # analyze every commit since last release diff --git a/.github/workflows/react-compiler.yml b/.github/workflows/react-compiler.yml index 5b3c2a24..1298c7ae 100644 --- a/.github/workflows/react-compiler.yml +++ b/.github/workflows/react-compiler.yml @@ -17,7 +17,7 @@ jobs: name: Should React Compiler dependencies be updated? 🤔 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: