From d38efe230ba4149fa422078025c270705bcfe6ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 22:19:14 +0100 Subject: [PATCH] Bump mavrosxristoforos/get-xml-info from 1.2.0 to 1.2.1 (#126) 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](https://github.com/mavrosxristoforos/get-xml-info/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update-check.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update-check.yml b/.github/workflows/update-check.yml index fc3f286..2caf603 100644 --- a/.github/workflows/update-check.yml +++ b/.github/workflows/update-check.yml @@ -68,7 +68,7 @@ jobs: - name: Get host URL for repository id: remote_host - uses: mavrosxristoforos/get-xml-info@1.2.0 + uses: mavrosxristoforos/get-xml-info@1.2.1 with: xml-file: 'repository.xml' xpath: '/adat/keretprogram/url' @@ -76,7 +76,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.0 + uses: mavrosxristoforos/get-xml-info@1.2.1 with: xml-file: 'repository.xml' xpath: '/adat/keretprogram/verzio' @@ -84,7 +84,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.0 + uses: mavrosxristoforos/get-xml-info@1.2.1 with: xml-file: 'repository.xml' xpath: '/adat/keretprogram/files/file' @@ -92,7 +92,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.0 + uses: mavrosxristoforos/get-xml-info@1.2.1 with: xml-file: 'repository.xml' # checking 'kategoria' to filter out the help files @@ -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.2.0 + uses: mavrosxristoforos/get-xml-info@1.2.1 with: xml-file: 'repository.xml' xpath: '/adat/nyomtatvany[kategoria="Template"][rovidnev="${{ matrix.target.rovidnev }}"]/files/file'