diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-23 07:17:23 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-23 07:17:23 +0000 |
| commit | 09ebfc43a6f84147b16becea3a491b4c3a99d161 (patch) | |
| tree | 91cac1870989900a7b3320793d0dea6ca4922404 /.github | |
| parent | d64c7330bc847ac2b6ae078e837c6dcdd3605381 (diff) | |
| download | mruby-09ebfc43a6f84147b16becea3a491b4c3a99d161.tar.gz mruby-09ebfc43a6f84147b16becea3a491b4c3a99d161.zip | |
Bump actions/setup-node from v2.1.4 to v2.1.5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.1.4...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea)
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 474890010..61fd4d068 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: 🚀 Use Node.js - uses: actions/[email protected] + uses: actions/[email protected] with: node-version: '12.x' - run: npm install -g [email protected] |
