From 52f0cf7c104427decc63b6e35b0d346154fdbca0 Mon Sep 17 00:00:00 2001 From: "N.A. Ferrell" <77352335+nafnlj@users.noreply.github.com> Date: Thu, 15 Feb 2024 02:28:14 +0000 Subject: [PATCH] Update update-feed.yaml --- .github/workflows/update-feed.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-feed.yaml b/.github/workflows/update-feed.yaml index 0fc953c..8e5184b 100644 --- a/.github/workflows/update-feed.yaml +++ b/.github/workflows/update-feed.yaml @@ -14,13 +14,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4.2.0 - name: Setup Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "20" - name: Install dependencies - run: npm install + run: npm i - name: Build the feed run: npm run build - name: Deploy to GitHub Pages