Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- uses: actions/setup-node@v2
with:
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- uses: actions/setup-node@v2
with:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- uses: actions/setup-node@v2
with:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
project: [ playground, docs ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- uses: actions/setup-node@v2
with:
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
project: [ playground, docs ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- uses: actions/setup-node@v2
with:
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
url: https://getnova.github.io/components

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- uses: actions/download-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down