Skip to content

Commit 57b6b5e

Browse files
committed
Fix deployment issue
1 parent 06485f3 commit 57b6b5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
shell: bash
2828

2929
- name: Checkout code
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@v4
3131

3232
- name: Wait for all builds to complete
33-
uses: actions/github-script@v8
33+
uses: actions/github-script@v7
3434
with:
3535
github-token: ${{ secrets.GITHUB_TOKEN }}
3636
script: |

0 commit comments

Comments
 (0)