Skip to content

Commit

Permalink
Merge pull request #119 from wagoid/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-v2.1.5

chore(deps): bump actions/setup-node from v2.1.4 to v2.1.5
  • Loading branch information
wagoid committed Mar 2, 2021
2 parents c1d05d0 + cc0bfa0 commit 0f18a3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.4
- uses: actions/setup-node@v2.1.5
with:
node-version: '12.x'
- uses: actions/cache@v2.1.4
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2.1.4
- uses: actions/setup-node@v2.1.5
with:
node-version: '12.x'
- uses: actions/cache@v2.1.4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fetch-depth: 0
- run: sed -i -E "s/(docker:.+)/Dockerfile/" ./action.yml
- run: echo -n '' > .dockerignore
- uses: actions/setup-node@v2.1.4
- uses: actions/setup-node@v2.1.5
with:
node-version: '14'
- uses: actions/cache@v2.1.4
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2.1.4
- uses: actions/setup-node@v2.1.5
with:
node-version: '14'
- uses: actions/cache@v2.1.4
Expand Down

0 comments on commit 0f18a3c

Please sign in to comment.