From: Jérôme Benoit Date: Mon, 15 Feb 2021 21:07:53 +0000 (+0100) Subject: CI: Bump GitHub actions version to v2 X-Git-Tag: v2.0.0-beta.2~20^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=022a17cd85700d5b787d551a75c5e503294e00f1;hp=d28c7996d3b000d9467974eeec1f5c39087e9fc8;p=poolifier.git CI: Bump GitHub actions version to v2 Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7ab024d..d1043439 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis. This is needed for better sonar - name: Set node version to ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 0692856d..90ba5eb7 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -10,10 +10,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Setup Node - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: 12 - run: npm ci @@ -27,10 +27,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Setup Node - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: 12 registry-url: https://registry.npmjs.org/