Skip to content

Commit

Permalink
Merge pull request #6 from pwitab/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-node-2.3.0

fix(deps): bump actions/setup-node from 2.1.5 to 2.3.0
  • Loading branch information
Krolken authored Jul 22, 2021
2 parents 5c60f6d + 279627f commit 6d13792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v2.3.0
with:
node-version: ${{ matrix.node }}
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v2.3.0
with:
node-version: ${{ matrix.node }}
check-latest: true
Expand Down

0 comments on commit 6d13792

Please sign in to comment.