From 3c0c94fb8758a808714e2e12a87a4fe5a94da761 Mon Sep 17 00:00:00 2001 From: Chad Hutchins Date: Fri, 2 Aug 2024 22:30:00 -0400 Subject: [PATCH] Update automated-release.yml --- .github/workflows/automated-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automated-release.yml b/.github/workflows/automated-release.yml index 76f6f7ac3..ffe0430ec 100644 --- a/.github/workflows/automated-release.yml +++ b/.github/workflows/automated-release.yml @@ -31,7 +31,7 @@ jobs: echo Release ${{ steps.release_version.outputs.RELEASE_VERSION }} - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "20.x" registry-url: "https://npm.pkg.github.com" @@ -63,4 +63,4 @@ jobs: tag_name: ${{ steps.release_version.outputs.RELEASE_VERSION }} body: ${{ steps.github_release.outputs.changelog }} name: Release ${{ steps.release_version.outputs.RELEASE_VERSION }} - make_latest: true \ No newline at end of file + make_latest: true