refactor(workflows): bump to versions that support node 16

Node.js 12 actions are deprecated
This commit is contained in:
Wing-Kam Wong
2022-10-27 19:20:10 +08:00
parent 165731bac8
commit f1790c5aa0
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ jobs:
steps:
-
name: Login to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v2.1.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}