Skip to content

Commit 51827b1

Browse files
committed
⬆️ Updates actions/setup-node action to v2.1.5
Signed-off-by: Renovate Bot <[email protected]>
1 parent 68f3f9c commit 51827b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/broken-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
git config --global help.autocorrect 1
2121
git config --global core.fileMode false
2222
23-
- uses: actions/[email protected].4
23+
- uses: actions/[email protected].5
2424
with:
2525
node-version: 12.x
2626

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v2
1515
- name: Set up Node
16-
uses: actions/[email protected].4
16+
uses: actions/[email protected].5
1717
with:
1818
node-version: 12
1919
- name: Opening pull request

0 commit comments

Comments
 (0)