From d9c466c863c4720d0f1402cb332804e4ed7f10b0 Mon Sep 17 00:00:00 2001 From: Anton Date: Sun, 28 Jan 2024 00:02:32 +0100 Subject: [PATCH] Update action versions --- .github/workflows/e2eMac.yml | 6 +++--- .github/workflows/e2eWindows.yml | 6 +++--- .github/workflows/node.js.yml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/e2eMac.yml b/.github/workflows/e2eMac.yml index 52871e8..ca03b93 100644 --- a/.github/workflows/e2eMac.yml +++ b/.github/workflows/e2eMac.yml @@ -13,11 +13,11 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Setup node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: cache: 'npm' - name: Install dependencies @@ -27,6 +27,6 @@ jobs: - name: Test compile run: npm run test-compile - name: Run e2e tests - uses: coactions/setup-xvfb@v1 + uses: coactions/setup-xvfb@v1.0.1 with: run: npm test diff --git a/.github/workflows/e2eWindows.yml b/.github/workflows/e2eWindows.yml index 524877f..9246cfb 100644 --- a/.github/workflows/e2eWindows.yml +++ b/.github/workflows/e2eWindows.yml @@ -13,11 +13,11 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Setup node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: cache: 'npm' - name: Install dependencies @@ -27,6 +27,6 @@ jobs: - name: Test compile run: npm run test-compile - name: Run e2e tests - uses: coactions/setup-xvfb@v1 + uses: coactions/setup-xvfb@v1.0.1 with: run: npm test diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index cf468ab..8e1b4a3 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -13,11 +13,11 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Setup node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: cache: 'npm' - name: Install dependencies @@ -35,7 +35,7 @@ jobs: run: npm run test working-directory: client - name: Run e2e tests - uses: coactions/setup-xvfb@v1 + uses: coactions/setup-xvfb@v1.0.1 with: run: npm test - name: Report code coverage