From 2fac7c2fed886665ae982b4d29b5c74df9dd7e02 Mon Sep 17 00:00:00 2001 From: Jonathan Wright <8390543+jonathanspw@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:38:03 -0600 Subject: [PATCH] update checkout action to v4 (nodejs 20) --- .github/workflows/publish-preview.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-preview.yml b/.github/workflows/publish-preview.yml index 84931b43..eaddc70b 100644 --- a/.github/workflows/publish-preview.yml +++ b/.github/workflows/publish-preview.yml @@ -19,7 +19,7 @@ jobs: deployments: write name: Publish Preview to Cloudflare Pages steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 70e23837..68d1807a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: name: Publish to Cloudflare Pages steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check for missing base language strings run: python3 find_missing_i18n_strings.py