From fe54809fe3a35a063f1ed162cdc4717d05f3c227 Mon Sep 17 00:00:00 2001 From: Leonid <112903952+Midnight-Knight@users.noreply.github.com> Date: Sat, 2 Aug 2025 17:23:47 +0300 Subject: [PATCH] Update buildFront.yml --- .github/workflows/buildFront.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buildFront.yml b/.github/workflows/buildFront.yml index a16d0b89..f630135b 100644 --- a/.github/workflows/buildFront.yml +++ b/.github/workflows/buildFront.yml @@ -18,7 +18,7 @@ jobs: steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 ref: gh-pages @@ -26,7 +26,7 @@ jobs: - run: git checkout -b gh-pages-pr || true - run: git push --set-upstream origin gh-pages-pr || true - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 ref: gh-pages-pr @@ -39,13 +39,13 @@ jobs: - run: git commit -m "Merge branch gh-pages into gh-pages-pr" 1> /dev/null 2> /dev/null || true - run: git push - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 ref: master - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} cache: 'npm'