From fda2079853aabbf0eceb0161720fcc0ef1919d31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 21:52:41 +0000 Subject: [PATCH] build(deps): bump artis3n/ansible_galaxy_collection from 2.12.0 to 3.0.0 Bumps [artis3n/ansible_galaxy_collection](https://github.com/artis3n/ansible_galaxy_collection) from 2.12.0 to 3.0.0. - [Release notes](https://github.com/artis3n/ansible_galaxy_collection/releases) - [Changelog](https://github.com/artis3n/ansible_galaxy_collection/blob/main/CHANGELOG.md) - [Commits](https://github.com/artis3n/ansible_galaxy_collection/compare/v2.12.0...v3.0.0) --- updated-dependencies: - dependency-name: artis3n/ansible_galaxy_collection dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1312cbd8..ae18fe85 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: run: pip install pyyaml - name: Publish to Galaxy - uses: artis3n/ansible_galaxy_collection@v2.12.0 + uses: artis3n/ansible_galaxy_collection@v3.0.0 with: api_key: ${{ secrets.GALAXY_API_KEY }}