From f171bea36c32f6ae5b0f3c9bf05c7a5e8de31379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 15:03:47 +0000 Subject: [PATCH] Bump whelk-io/maven-settings-xml-action from 18 to 21 Bumps [whelk-io/maven-settings-xml-action](https://github.com/whelk-io/maven-settings-xml-action) from 18 to 21. - [Release notes](https://github.com/whelk-io/maven-settings-xml-action/releases) - [Commits](https://github.com/whelk-io/maven-settings-xml-action/compare/v18...v21) --- updated-dependencies: - dependency-name: whelk-io/maven-settings-xml-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0074ba9def..5f8963dd19 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -87,7 +87,7 @@ jobs: java-version: '8' - name: Enable snapshots in Maven settings if: endsWith(matrix.branch, 'SNAPSHOT') - uses: whelk-io/maven-settings-xml-action@v18 + uses: whelk-io/maven-settings-xml-action@v21 with: repositories: '[{ "id": "camunda-bpm-nexus", "name": "camunda-bpm-nexus", "url": "https://app.camunda.com/nexus/content/groups/public", "releases": { "enabled": "true" }, "snapshots": { "enabled": "true" } }]' - uses: actions/cache@v2.1.6