From 7f62799188b40142633abb9a446532b28985b697 Mon Sep 17 00:00:00 2001 From: Mikhail Garbuzov Date: Wed, 6 Mar 2024 00:13:53 +0400 Subject: [PATCH] try 1 and 3 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 76d8a154e6..ba483fff05 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,8 +17,8 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@v1 + - uses: actions/setup-node@v3 with: node-version: '15' - name: Gatsby Publish