Skip to content

Commit

Permalink
Bump mavrosxristoforos/get-xml-info from 1.2.0 to 1.2.1 (#126)
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.0 to 1.2.1.
- [Release notes](https://github.com/mavrosxristoforos/get-xml-info/releases)
- [Commits](mavrosxristoforos/get-xml-info@1.2.0...1.2.1)

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

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 Nov 22, 2023
1 parent 9a8dd5e commit d38efe2
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/[email protected].0
uses: mavrosxristoforos/[email protected].1
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/[email protected].0
uses: mavrosxristoforos/[email protected].1
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/[email protected].0
uses: mavrosxristoforos/[email protected].1
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/[email protected].0
uses: mavrosxristoforos/[email protected].1
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/[email protected].0
uses: mavrosxristoforos/[email protected].1
with:
xml-file: 'repository.xml'
xpath: '/adat/nyomtatvany[kategoria="Template"][rovidnev="${{ matrix.target.rovidnev }}"]/files/file'
Expand Down

0 comments on commit d38efe2

Please sign in to comment.