We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1125520 commit 1ccfe61Copy full SHA for 1ccfe61
1 file changed
.github/workflows/sync-upstream.yml
@@ -12,14 +12,14 @@ jobs:
12
name: Sync master with upstream/master
13
steps:
14
- name: Checkout master
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
with:
17
ref: master
18
token: ${{ secrets.GITHUB_TOKEN }}
19
20
- name: Pull (Fast-Forward) upstream changes
21
id: sync-master
22
- uses: aormsby/Fork-Sync-With-Upstream-action@v3.4
+ uses: aormsby/Fork-Sync-With-Upstream-action@v3.4.1
23
24
upstream_sync_repo: sfall-team/sfall
25
upstream_sync_branch: master
@@ -33,7 +33,7 @@ jobs:
33
name: Sync better-docs with upstream/master
34
35
- name: Checkout better-docs
36
37
38
ref: better-docs
39
0 commit comments