Skip to content

Commit

Permalink
ci(github): update github actions to latest versions (#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Jul 23, 2020
1 parent cc95646 commit 42077e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Expand Up @@ -7,9 +7,9 @@ jobs:
name: Lint JS and MDX files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- uses: actions/setup-node@v1
- uses: actions/setup-node@v2-beta
with:
node-version: 14

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -7,9 +7,9 @@ jobs:
name: Publish CI tagged release for MDX
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- uses: actions/setup-node@v1
- uses: actions/setup-node@v2-beta
with:
node-version: 14

Expand Down

0 comments on commit 42077e4

Please sign in to comment.