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: