From 5141fac528289d199ca39f499817cfce7503fd51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 15:05:08 +0000 Subject: [PATCH] Bump saadmk11/github-actions-version-updater in the github-actions group Bumps the github-actions group with 1 update: [saadmk11/github-actions-version-updater](https://github.com/saadmk11/github-actions-version-updater). Updates `saadmk11/github-actions-version-updater` from 0.9.0 to 1.0.1 - [Release notes](https://github.com/saadmk11/github-actions-version-updater/releases) - [Changelog](https://github.com/saadmk11/github-actions-version-updater/blob/main/CHANGELOG.md) - [Commits](https://github.com/saadmk11/github-actions-version-updater/compare/v0.9.0...v1.0.1) --- updated-dependencies: - dependency-name: saadmk11/github-actions-version-updater dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/gh-action-updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-action-updater.yml b/.github/workflows/gh-action-updater.yml index c7bc029..5a9d892 100644 --- a/.github/workflows/gh-action-updater.yml +++ b/.github/workflows/gh-action-updater.yml @@ -17,7 +17,7 @@ jobs: token: ${{ secrets.WORKFLOW_SECRET }} - name: Run GitHub Actions Version Updater - uses: saadmk11/github-actions-version-updater@v0.9.0 + uses: saadmk11/github-actions-version-updater@v1.0.1 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.WORKFLOW_SECRET }}