We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d892dbc commit 42ee805Copy full SHA for 42ee805
.github/workflows/automated.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
node-version: 16
16
- name: Jaid/action-sync-node-meta
17
- uses: jaid/action-sync-node-meta@v1.4.0
+ uses: jaid/action-sync-node-meta@v2.0.0
18
19
direction: overwrite-github
20
githubToken: "${{ secrets.GITHUB }}"
@@ -51,7 +51,7 @@ jobs:
51
steps:
52
- uses: actions/checkout@v3
53
- name: Login to DockerHub
54
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
55
56
username: ${{ secrets.DOCKERHUB_USER }}
57
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
0 commit comments