Skip to content

Bump @actions/github from 4.0.0 to 6.0.0 #5

Bump @actions/github from 4.0.0 to 6.0.0

Bump @actions/github from 4.0.0 to 6.0.0 #5

Workflow file for this run

name: CI
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- run: yarn install
- run: npx jest