2 parents 8473932 + 8f995ee commit e86fb83Copy full SHA for e86fb83
1 file changed
.github/workflows/sync.yml
@@ -17,12 +17,12 @@ jobs:
17
steps:
18
# Step 1: run a standard checkout action
19
- name: Checkout target repo
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
21
22
# Step 2: run the sync action
23
- name: Sync upstream changes
24
id: sync
25
- uses: aormsby/Fork-Sync-With-Upstream-action@v3.4
+ uses: aormsby/fork-sync-with-upstream-action@v3.4.3
26
with:
27
upstream_sync_repo: cmliu/edgetunnel
28
upstream_sync_branch: main
0 commit comments