Skip to content

Commit 8f995ee

Browse files
authored
Update sync.yml
1 parent 8473932 commit 8f995ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
steps:
1818
# Step 1: run a standard checkout action
1919
- name: Checkout target repo
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v6
2121

2222
# Step 2: run the sync action
2323
- name: Sync upstream changes
2424
id: sync
25-
uses: aormsby/Fork-Sync-With-Upstream-action@v3.4
25+
uses: aormsby/fork-sync-with-upstream-action@v3.4.3
2626
with:
2727
upstream_sync_repo: cmliu/edgetunnel
2828
upstream_sync_branch: main

0 commit comments

Comments
 (0)