Skip to content

Commit ac3fe92

Browse files
committed
Update action pins to checkout v7 and fork-sync v3.4.3
1 parent 4b61a5f commit ac3fe92

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/sync-upstream.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)