From 281b8f85e7674e375bdd19727652ff80f6d3bd87 Mon Sep 17 00:00:00 2001 From: Robbert Verbruggen Date: Wed, 27 Apr 2022 14:00:03 +0200 Subject: [PATCH] ci: update action versions --- .github/workflows/ci.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c50dfd..abe57a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,9 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 - run: npm install - run: xvfb-run -a npm test if: runner.os == 'Linux' @@ -31,12 +31,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 - run: npm install - run: npm run compile - - name: publish - run: npm run deploy + - run: npm run deploy env: VSCE_PAT: ${{ secrets.VSCE_PAT }}