From 7affdfd4359295bf06f15c6052fe719fea3b48e6 Mon Sep 17 00:00:00 2001 From: kogeler Date: Fri, 12 Jul 2024 19:25:24 +0300 Subject: [PATCH] Docker images CI was changed --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 283fd90..44f0a2d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -4,10 +4,10 @@ on: jobs: pr: - name: pr + name: build project runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup Node.js environment uses: actions/setup-node@v4 with: