Skip to content

Commit

Permalink
Update workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
muzipiao committed Jun 17, 2024
1 parent 24193d2 commit 715659e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
# 第一步,获取源码,将代码检出到虚拟机上
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
# 第二步,安装所需环境
- name: Install
run: |
Expand Down

0 comments on commit 715659e

Please sign in to comment.