Spaces:
Build error
Build error
Update sync-to-deployment-fork.yml
Browse files
.github/workflows/sync-to-deployment-fork.yml
CHANGED
@@ -12,7 +12,7 @@ jobs:
|
|
12 |
runs-on: ubuntu-latest
|
13 |
steps:
|
14 |
- name: Checkout repository
|
15 |
-
uses: actions/checkout@
|
16 |
|
17 |
- name: Sync fork with upstream
|
18 |
run: |
|
|
|
12 |
runs-on: ubuntu-latest
|
13 |
steps:
|
14 |
- name: Checkout repository
|
15 |
+
uses: actions/checkout@v4
|
16 |
|
17 |
- name: Sync fork with upstream
|
18 |
run: |
|