Skip to content

Commit

Permalink
Merge pull request #134 from phunkyfish/github-actions-omega
Browse files Browse the repository at this point in the history
[github] Updated deprecated sync metadata trasnlations workflows actions
  • Loading branch information
phunkyfish authored Feb 13, 2024
2 parents 53f293c + 115842e commit 21a1bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-addon-metadata-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
steps:

- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: project

- name: Checkout sync_addon_metadata_translations repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: xbmc/sync_addon_metadata_translations
path: sync_addon_metadata_translations
Expand Down

0 comments on commit 21a1bc9

Please sign in to comment.