From d2e626a32cc0d93b5352e048a31381ccc46a7b0f Mon Sep 17 00:00:00 2001 From: Victor Gaydov Date: Wed, 3 May 2023 11:51:30 +0400 Subject: [PATCH] Bump to actions/checkout@v3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c4209c..e4b1589 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: | npm install npm run build