From 7f51014712ca280e1d3bf0e00e147463b4fc573b Mon Sep 17 00:00:00 2001 From: veeck Date: Thu, 20 Jul 2023 23:06:12 +0200 Subject: [PATCH] Update github actions --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index f7f6f57e..a5928838 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -11,9 +11,9 @@ jobs: node-version: [8.x, 10.x, 12.x] steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Installing Node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} cache: npm