From 468977129b716b9f38986c91dc8b3a029638c8d8 Mon Sep 17 00:00:00 2001 From: Josh Cazalas <73436834+joshcazalas@users.noreply.github.com> Date: Sat, 7 Oct 2023 15:38:42 -0500 Subject: [PATCH] Update check-for-releases.yml --- .github/workflows/check-for-releases.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-for-releases.yml b/.github/workflows/check-for-releases.yml index aff70fe..d4c410f 100644 --- a/.github/workflows/check-for-releases.yml +++ b/.github/workflows/check-for-releases.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v2 - name: Install Node.js - uses: actions/setup-node@v20.0.2 + uses: actions/setup-node@v2 with: node-version: 14 @@ -20,7 +20,7 @@ jobs: run: npm install - name: Check for Release - uses: octokit/rest.js@latest + uses: octokit/rest.js@v20.0.2 with: github-token: ${{ secrets.EXTERNAL_REPO_PAT }} method: GET