Skip to content

Commit

Permalink
ci: update github actions (#355)
Browse files Browse the repository at this point in the history
* ci: update github actions

* ci: update github actions
  • Loading branch information
amareshsm authored Jun 20, 2022
1 parent f9d6f3c commit caea5d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate-transcript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit caea5d3

Please sign in to comment.