From fc1cf4783f29924c96097b2e2b428be712c8a3a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 09:28:01 +0000 Subject: [PATCH] fix: bump saadmk11/github-actions-version-updater from 0.7.4 to 0.8.1 Bumps [saadmk11/github-actions-version-updater](https://github.com/saadmk11/github-actions-version-updater) from 0.7.4 to 0.8.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.7.4...v0.8.1) --- updated-dependencies: - dependency-name: saadmk11/github-actions-version-updater 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 f4c30b6..4773301 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.7.4 + uses: saadmk11/github-actions-version-updater@v0.8.1 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.PAT }}