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.
2 parents cfa3d1e + b0443c0 commit 783389fCopy full SHA for 783389f
1 file changed
.github/workflows/addon-checker.yml
@@ -8,11 +8,12 @@ jobs:
8
name: Kodi addon checker
9
steps:
10
- name: Checkout
11
- uses: actions/checkout@v1
+ uses: actions/checkout@v4 # Updated from v1
12
- name: Kodi addon checker validation
13
id: kodi-addon-checker
14
- uses: xbmc/action-kodi-addon-checker@v1.1
+ uses: xbmc/action-kodi-addon-checker@v1.3 # Updated from v1.1
15
with:
16
kodi-version: matrix
17
is-pr: false
18
addon-id: ${{ github.event.repository.name }}
19
+
0 commit comments