From c98070e3469838560df4b8e6f8e0e83510ae369d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 07:47:45 +0600 Subject: [PATCH] fix: bump saadmk11/github-actions-version-updater from 0.7.4 to 0.8.1 (#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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 }}