File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212 name : Sync master with upstream/master
1313 steps :
1414 - name : Checkout master
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v7
1616 with :
1717 ref : master
1818 token : ${{ secrets.SYNC_WORKFLOW_TOKEN }}
1919
2020 - name : Pull (Fast-Forward) upstream changes
2121 id : sync-master
22- uses : aormsby/Fork-Sync-With-Upstream-action@v3.4.1
22+ uses : aormsby/Fork-Sync-With-Upstream-action@v3.4.3
2323 with :
2424 upstream_sync_repo : sfall-team/sfall
2525 upstream_sync_branch : master
@@ -33,15 +33,15 @@ jobs:
3333 name : Sync better-docs with upstream/master
3434 steps :
3535 - name : Checkout better-docs
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v7
3737 with :
3838 ref : better-docs
3939 token : ${{ secrets.SYNC_WORKFLOW_TOKEN }}
4040 fetch-depth : 0
4141
4242 - name : Pull (Fast-Forward) upstream changes (better-docs)
4343 id : sync-better-docs
44- uses : aormsby/Fork-Sync-With-Upstream-action@v3.4
44+ uses : aormsby/Fork-Sync-With-Upstream-action@v3.4.3
4545 with :
4646 upstream_sync_repo : sfall-team/sfall
4747 upstream_sync_branch : master
You can’t perform that action at this time.
0 commit comments