From dfed50b2203d693c1ea4cea3e18193970a0deefa Mon Sep 17 00:00:00 2001 From: Brayo Date: Sun, 9 Mar 2025 09:30:46 +0300 Subject: [PATCH] ci:update workflow --- .github/workflows/nodejs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 3fd57de..50efbcd 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -18,13 +18,13 @@ jobs: aw-version: [0.12.3b15] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Cache activitywatch binaries - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ./activitywatch key: ${{ runner.os }}-activitywatch-${{ matrix.aw-version }} @@ -48,7 +48,7 @@ jobs: node-version: [18.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: