diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-02-23 16:43:37 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-23 16:43:37 +0900 |
| commit | a9ebd4703f8261057ae8d8929dcfe441e4f76069 (patch) | |
| tree | 91cac1870989900a7b3320793d0dea6ca4922404 | |
| parent | d64c7330bc847ac2b6ae078e837c6dcdd3605381 (diff) | |
| parent | 09ebfc43a6f84147b16becea3a491b4c3a99d161 (diff) | |
| download | mruby-a9ebd4703f8261057ae8d8929dcfe441e4f76069.tar.gz mruby-a9ebd4703f8261057ae8d8929dcfe441e4f76069.zip | |
Merge pull request #5364 from mruby/dependabot/github_actions/actions/setup-node-v2.1.5
Bump actions/setup-node from v2.1.4 to v2.1.5
| -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] |
