Skip to content

Commit

Permalink
Merge pull request #1334 from amir20/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-2.2.0

Bump actions/setup-node from 2.1.5 to 2.2.0
  • Loading branch information
kodiakhq[bot] committed Jul 1, 2021
2 parents 38a0bc4 + d059ffc commit a265648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2.3.4
- name: Install Node
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v2.2.0
- name: Install dependencies
run: yarn
- name: Run Tests
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
with:
fetch-depth: 0
- name: Install Node
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v2.2.0
- name: Install dependencies
run: yarn
- name: Release to Github
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2.3.4
- name: Install Node
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v2.2.0
- name: Install dependencies
run: yarn
- name: Run Tests
Expand Down

0 comments on commit a265648

Please sign in to comment.