Skip to content

Commit 8e808ff

Browse files
authored
Merge pull request #212 from phunkyfish/workflow-sync-update
Update sync github workflow
2 parents 7598e6e + 5e119a8 commit 8e808ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-addon-metadata-translations.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
steps:
2222

2323
- name: Checkout repository
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v4
2525
with:
2626
path: project
2727

2828
- name: Checkout sync_addon_metadata_translations repository
29-
uses: actions/checkout@v2
29+
uses: actions/checkout@v4
3030
with:
3131
repository: xbmc/sync_addon_metadata_translations
3232
path: sync_addon_metadata_translations

0 commit comments

Comments
 (0)