Skip to content

Commit c5e9cff

Browse files
chore(deps): bump actions/setup-node from 3.5.0 to 3.5.1 (#134)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb7cc26 commit c5e9cff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
sudo luarocks install luacheck > build.log 2>&1 || (cat build.log && exit 1)
2020
2121
- name: Setup Nodejs env
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
with:
2424
node-version: '12'
2525

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: egor-tensin/setup-clang@v1
2727

2828
- name: Set up Node.js
29-
uses: actions/[email protected].0
29+
uses: actions/[email protected].1
3030
with:
3131
node-version: 10.0.0
3232

0 commit comments

Comments
 (0)