From b0d32ed368f12a54ec55dcc087b490ecc78770cf Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Fri, 14 Aug 2026 15:16:48 -0400 Subject: [PATCH] chore: update GitHub Actions to Node 24 --- .github/workflows/update_formula.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_formula.yml b/.github/workflows/update_formula.yml index 37044af..805ff13 100644 --- a/.github/workflows/update_formula.yml +++ b/.github/workflows/update_formula.yml @@ -12,12 +12,12 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v7 with: token: ${{ secrets.AUTOMATION_USER_TOKEN }} fetch-depth: 0 - name: Set Node.js version - uses: actions/setup-node@v2 + uses: actions/setup-node@v7 with: node-version: '18'