From 63350a4238f35d355d22cff5e43e2e8ca2d99563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 05:13:16 +0000 Subject: [PATCH] fix: bump saadmk11/github-actions-version-updater from 0.7.4 to 0.9.0 Bumps [saadmk11/github-actions-version-updater](https://github.com/saadmk11/github-actions-version-updater) from 0.7.4 to 0.9.0. - [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.7.4...v0.9.0) --- updated-dependencies: - dependency-name: saadmk11/github-actions-version-updater dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/schedule-update-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule-update-actions.yml b/.github/workflows/schedule-update-actions.yml index 14e8389..c918d74 100644 --- a/.github/workflows/schedule-update-actions.yml +++ b/.github/workflows/schedule-update-actions.yml @@ -18,7 +18,7 @@ jobs: token: ${{ secrets.PAT }} - name: Run GitHub Actions Version Updater - uses: saadmk11/github-actions-version-updater@v0.8.0 + uses: saadmk11/github-actions-version-updater@v0.9.0 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.PAT }}