Update dependencies

This commit is contained in:
世界
2022-07-17 09:17:39 +08:00
parent 9caa37c12a
commit a4b5c61e25
5 changed files with 16 additions and 12 deletions

View File

@@ -18,6 +18,10 @@ jobs:
name: Debug build
runs-on: ubuntu-latest
steps:
- name: Cancel previous
uses: styfle/cancel-workflow-action@0.7.0
with:
access_token: ${{ github.token }}
- name: Checkout
uses: actions/checkout@v2
with: