diff --git a/.github/workflows/update-check.yml b/.github/workflows/update-check.yml index be12a0e..f98df25 100644 --- a/.github/workflows/update-check.yml +++ b/.github/workflows/update-check.yml @@ -74,7 +74,7 @@ jobs: - name: Get host URL for repository id: remote_host - uses: mavrosxristoforos/get-xml-info@1.2.1 + uses: mavrosxristoforos/get-xml-info@2.0 with: xml-file: 'repository.xml' xpath: '/adat/keretprogram/url' @@ -82,7 +82,7 @@ jobs: - name: Get latest version number for base if: matrix.target.rovidnev == 'base' id: remote_version_base - uses: mavrosxristoforos/get-xml-info@1.2.1 + uses: mavrosxristoforos/get-xml-info@2.0 with: xml-file: 'repository.xml' xpath: '/adat/keretprogram/verzio' @@ -90,7 +90,7 @@ jobs: - name: Get latest download URL for base if: matrix.target.rovidnev == 'base' id: remote_url_base - uses: mavrosxristoforos/get-xml-info@1.2.1 + uses: mavrosxristoforos/get-xml-info@2.0 with: xml-file: 'repository.xml' xpath: '/adat/keretprogram/files/file' @@ -98,7 +98,7 @@ jobs: - name: Get latest version number for the plugin if: matrix.target.rovidnev != 'base' id: remote_version_plugin - uses: mavrosxristoforos/get-xml-info@1.2.1 + uses: mavrosxristoforos/get-xml-info@2.0 with: xml-file: 'repository.xml' # checking 'kategoria' to filter out the help files @@ -107,7 +107,7 @@ jobs: - name: Get latest download URL for the plugin if: matrix.target.rovidnev != 'base' id: remote_url_plugin - uses: mavrosxristoforos/get-xml-info@1.2.1 + uses: mavrosxristoforos/get-xml-info@2.0 with: xml-file: 'repository.xml' xpath: '/adat/nyomtatvany[kategoria="Template"][rovidnev="${{ matrix.target.rovidnev }}"]/files/file'