Skip to content

Commit ea61649

Browse files
committed
fix sync
1 parent f662a89 commit ea61649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
jobs:
88
sync:
99
name: Sync With Upstream
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
1515
token: ${{ secrets.BOT_PUBLIC_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)