From e50c8fe29bafd7cfcfe7c98a19ed135d18b9361e Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Mon, 13 Nov 2023 06:05:00 +0100 Subject: [PATCH] Bump GitHub workflow action to latest version (#220) This PR bumps two GitHub workflow actions to their latest versions. --- .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 ebdf9b5..975b7b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,13 +32,13 @@ jobs: - macos-latest - windows-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - run: npm install - run: npm run test - run: npm run check-node-support - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v3 with: fail_ci_if_error: true