Skip to content

Commit

Permalink
Bump mavrosxristoforos/get-xml-info from 1.2.1 to 2.0 (#142)
Browse files Browse the repository at this point in the history
Bumps [mavrosxristoforos/get-xml-info](https://github.com/mavrosxristoforos/get-xml-info) from 1.2.1 to 2.0.
- [Release notes](https://github.com/mavrosxristoforos/get-xml-info/releases)
- [Commits](mavrosxristoforos/get-xml-info@1.2.1...2.0)

---
updated-dependencies:
- dependency-name: mavrosxristoforos/get-xml-info
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 12, 2024
1 parent 9a3613a commit b8a4c85
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 @@ -74,31 +74,31 @@ 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'

- 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'

- 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'

- 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
Expand All @@ -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'
Expand Down

0 comments on commit b8a4c85

Please sign in to comment.