Skip to content

Commit 42ee805

Browse files
author
Frank Pagan
committed
fix: node version 16 in build action
1 parent d892dbc commit 42ee805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/automated.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
node-version: 16
1616
- name: Jaid/action-sync-node-meta
17-
uses: jaid/action-sync-node-meta@v1.4.0
17+
uses: jaid/action-sync-node-meta@v2.0.0
1818
with:
1919
direction: overwrite-github
2020
githubToken: "${{ secrets.GITHUB }}"
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- uses: actions/checkout@v3
5353
- name: Login to DockerHub
54-
uses: docker/login-action@v1
54+
uses: docker/login-action@v2
5555
with:
5656
username: ${{ secrets.DOCKERHUB_USER }}
5757
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)