From bc4100a2c46ece953edd785ab4110a4acd9e219e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 21:56:53 +0000 Subject: [PATCH] chore(deps): bump pipeline-components/xmllint from 0.5.1 to 0.6.3 Bumps [pipeline-components/xmllint](https://github.com/pipeline-components/xmllint) from 0.5.1 to 0.6.3. - [Release notes](https://github.com/pipeline-components/xmllint/releases) - [Commits](https://github.com/pipeline-components/xmllint/compare/v0.5.1...v0.6.3) --- updated-dependencies: - dependency-name: pipeline-components/xmllint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/fetch-rki-xml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetch-rki-xml.yml b/.github/workflows/fetch-rki-xml.yml index 6946f565..8593cbdc 100644 --- a/.github/workflows/fetch-rki-xml.yml +++ b/.github/workflows/fetch-rki-xml.yml @@ -20,7 +20,7 @@ jobs: destination: 'iris-backend-service/src/main/resources/masterdata' - name: Fix encoding and formatting - uses: pipeline-components/xmllint@v0.5.1 + uses: pipeline-components/xmllint@v0.6.3 with: directory: iris-backend-service/src/main/resources/masterdata/TransmittingSiteSearchText.xml options: --format --encode utf8 -o iris-backend-service/src/main/resources/masterdata/TransmittingSiteSearchText.xml