Skip to content

Commit

Permalink
Merge pull request #110 from Res42/dependabot/github_actions/mavrosxr…
Browse files Browse the repository at this point in the history
…istoforos/get-xml-info-1.2.0

Bump mavrosxristoforos/get-xml-info from 1.1.1 to 1.2.0
  • Loading branch information
Teko012 authored Aug 7, 2023
2 parents 1831eb8 + 99a9e80 commit e67f35f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/update-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,31 +68,31 @@ jobs:

- name: Get host URL for repository
id: remote_host
uses: mavrosxristoforos/get-xml-info@1.1.1
uses: mavrosxristoforos/get-xml-info@1.2.0
with:
xml-file: 'repository.xml'
xpath: '/adat/keretprogram/url'

- name: Get latest version number for base
if: matrix.target.rovidnev == 'base'
id: remote_version_base
uses: mavrosxristoforos/get-xml-info@1.1.1
uses: mavrosxristoforos/get-xml-info@1.2.0
with:
xml-file: 'repository.xml'
xpath: '/adat/keretprogram/verzio'

- name: Get latest download URL for base
if: matrix.target.rovidnev == 'base'
id: remote_url_base
uses: mavrosxristoforos/get-xml-info@1.1.1
uses: mavrosxristoforos/get-xml-info@1.2.0
with:
xml-file: 'repository.xml'
xpath: '/adat/keretprogram/files/file'

- name: Get latest version number for the plugin
if: matrix.target.rovidnev != 'base'
id: remote_version_plugin
uses: mavrosxristoforos/get-xml-info@1.1.1
uses: mavrosxristoforos/get-xml-info@1.2.0
with:
xml-file: 'repository.xml'
# checking 'kategoria' to filter out the help files
Expand All @@ -101,7 +101,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.1.1
uses: mavrosxristoforos/get-xml-info@1.2.0
with:
xml-file: 'repository.xml'
xpath: '/adat/nyomtatvany[kategoria="Template"][rovidnev="${{ matrix.target.rovidnev }}"]/files/file'
Expand Down

0 comments on commit e67f35f

Please sign in to comment.