We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783389f commit d310d49Copy full SHA for d310d49
1 file changed
.github/workflows/addon-checker.yml
@@ -8,10 +8,10 @@ jobs:
8
name: Kodi addon checker
9
steps:
10
- name: Checkout
11
- uses: actions/checkout@v4 # Updated from v1
+ uses: actions/checkout@v4
12
- name: Kodi addon checker validation
13
id: kodi-addon-checker
14
- uses: xbmc/action-kodi-addon-checker@v1.3 # Updated from v1.1
+ uses: xbmc/action-kodi-addon-checker@v1.2
15
with:
16
kodi-version: matrix
17
is-pr: false
0 commit comments