summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHaishan <[email protected]>2021-07-09 21:57:33 +0800
committerHaishan <[email protected]>2021-07-19 21:58:04 +0800
commit036ea6ff14f34f29af1aed6796f93b2f075e7183 (patch)
tree04ae9dddadb9181d5343f89397d3d006d1588e7d /.github/workflows
parent0058e1765b63867dd8c29d15de995209a5279bb1 (diff)
Upgrade deps
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/push.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index f5aa6f2..23e67ca 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -11,7 +11,7 @@ jobs:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
@@ -92,7 +92,7 @@ jobs:
- name: Docker meta
id: docker_meta
- uses: docker/[email protected]
+ uses: docker/[email protected]
with:
images: haishanh/yacd
@@ -111,7 +111,7 @@ jobs:
run: echo ${{ steps.buildx.outputs.platforms }}
- name: Login to Docker Hub
- uses: docker/[email protected]
+ uses: docker/[email protected]
with:
username: ${{ github.actor }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}