Skip to content

Commit 7fc83bf

Browse files
committed
fixed issues in ci.yml
1 parent 54af865 commit 7fc83bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
jobs:
88
deploy:
99
runs-on: ubuntu-latest
10-
needs: checks
10+
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

1515
- name: Deploy
1616
run: echo "Deploying..."

0 commit comments

Comments
 (0)