From 808c411dee58a8b99fed96753b2a8e1ba1c26d30 Mon Sep 17 00:00:00 2001 From: Kelvin Sarink Date: Fri, 4 Mar 2022 18:59:14 +0100 Subject: [PATCH] update checkout --- .github/workflows/nodejs.yml | 2 +- .github/workflows/publish-https.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 911747d..7572e3e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -19,7 +19,7 @@ jobs: node-version: [ 12.x ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: diff --git a/.github/workflows/publish-https.yml b/.github/workflows/publish-https.yml index b42d0a7..893cd0e 100644 --- a/.github/workflows/publish-https.yml +++ b/.github/workflows/publish-https.yml @@ -14,7 +14,7 @@ jobs: node-version: [ 12.x ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: