From 1a380b5736c5fd9d4addb1fa137292276fb2b6be Mon Sep 17 00:00:00 2001 From: tiziodcaio Date: Fri, 11 Mar 2022 14:35:06 +0100 Subject: [PATCH] Update Checkout to version 3 Uses node 16 as default --- .github/workflows/ci.yml | 2 +- .github/workflows/codeql.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 365854ff4..fb6289203 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Use Node.js 16 LTS uses: actions/setup-node@v2 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2dd07042e..988f15874 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Initialize CodeQL uses: github/codeql-action/init@v1