From 316ed2da44a02f2abc404e40b556470d2eafefaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:34:20 +0000 Subject: [PATCH] chore(deps): bump devantler-tech/actions/update-agent-skills Bumps [devantler-tech/actions/update-agent-skills](https://github.com/devantler-tech/actions) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/devantler-tech/actions/releases) - [Changelog](https://github.com/devantler-tech/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/devantler-tech/actions/compare/061b345a7351b0caf23055caea63ccd08b75e20e...5aa2657f976103d716f585266a0fa4e964594df2) --- updated-dependencies: - dependency-name: devantler-tech/actions/update-agent-skills dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-agent-skills.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-agent-skills.yaml b/.github/workflows/update-agent-skills.yaml index f31f369..76f4168 100644 --- a/.github/workflows/update-agent-skills.yaml +++ b/.github/workflows/update-agent-skills.yaml @@ -97,7 +97,7 @@ jobs: - name: 🔄 Update installed skills id: update - uses: devantler-tech/actions/update-agent-skills@061b345a7351b0caf23055caea63ccd08b75e20e # v8.0.0 + uses: devantler-tech/actions/update-agent-skills@5aa2657f976103d716f585266a0fa4e964594df2 # v9.0.0 with: dir: ${{ inputs.dir }} unpin: ${{ inputs.unpin }}