Skip to content

Commit dc20873

Browse files
authored
Merge pull request #686 from razzeee/dependabot/github_actions/actions/checkout-6
2 parents 4059807 + e014933 commit dc20873

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/addon-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Kodi Addon-Checker
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 0
1414

.github/workflows/submit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Kodi addon submitter
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
- name: Inject Trakt Keys
1717
env:
1818
TRAKT_CLIENT_ID: ${{ secrets.TRAKT_CLIENT_ID }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
steps:
2222

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

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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111
- name: Set up Python 3.10
1212
uses: actions/setup-python@v6
1313
with:

0 commit comments

Comments
 (0)