From aec93b41347e75207554969b7489eda9c18e3102 Mon Sep 17 00:00:00 2001 From: ckoegel Date: Mon, 30 Oct 2023 14:49:05 -0400 Subject: [PATCH] update checkout and setup node versions --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 708a6fd..c159b2a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,10 +42,10 @@ jobs: fi - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18