mirror of
https://github.com/deployphp/action.git
synced 2025-06-29 20:54:14 +00:00
fix conflict resolution
This commit is contained in:
parent
24d8f1d22f
commit
6ecfbf1f1a
2 changed files with 3 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
test: # make sure the action works on a clean machine without building
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./
|
||||
with:
|
||||
dep: list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue