diff options
| author | Haishan <[email protected]> | 2021-11-12 18:03:18 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2021-11-12 18:03:18 +0800 |
| commit | b1ea08a4ee8dcb133b6be7dc4282eaffab32c046 (patch) | |
| tree | 8718aba4a9958f32f4dfdd4b22630ac371cbdb82 /.github/workflows | |
| parent | 56a1c8c0aa42ef0aad39e9a141c44d0ec1f2c4e4 (diff) | |
Upgrade deps
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/push.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 61f0c67..930eac7 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -8,10 +8,10 @@ jobs: node-version: [14.x] steps: - - uses: actions/[email protected] + - 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 }} @@ -88,11 +88,11 @@ jobs: runs-on: ubuntu-20.04 if: github.event_name == 'push' && (startsWith(github.event.ref, 'refs/tags/') || startsWith(github.event.ref, 'refs/heads/v0.')) steps: - - uses: actions/[email protected] + - uses: actions/[email protected] - name: Docker meta id: docker_meta - uses: docker/[email protected] + uses: docker/[email protected] with: images: haishanh/yacd |
