From caea5d33a378f517ecc63a9a095d317254ac012a Mon Sep 17 00:00:00 2001 From: Amaresh S M Date: Mon, 20 Jun 2022 08:39:28 -0700 Subject: [PATCH] ci: update github actions (#355) * ci: update github actions * ci: update github actions --- .github/workflows/ci.yml | 4 ++-- .github/workflows/generate-transcript.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6475824..3c9881a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,9 @@ jobs: name: Lint Files runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '16.x' - name: Install dependencies diff --git a/.github/workflows/generate-transcript.yml b/.github/workflows/generate-transcript.yml index bdf045d..b94d529 100644 --- a/.github/workflows/generate-transcript.yml +++ b/.github/workflows/generate-transcript.yml @@ -7,9 +7,9 @@ jobs: runs-on: ubuntu-latest if: contains(github.event.issue.labels.*.name, 'tsc meeting') steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '16.x' - name: Install dependencies