From 1def8ccc67e7b6d2162d70da01b1fdace7825464 Mon Sep 17 00:00:00 2001 From: Vadym Yatsyuk Date: Sat, 18 May 2024 00:22:20 +0200 Subject: [PATCH] Update to latest actions --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d59cf66..6b1083e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,9 +17,9 @@ jobs: node-version: [20.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - - uses: actions/cache@v1 + - uses: actions/cache@v4 id: npm-cache with: path: node_modules @@ -27,7 +27,7 @@ jobs: restore-keys: ${{ runner.os }}-npm - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }}