From 3689a51bfa3ed9876dd46f6c2a9ef82d721f51cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 10:44:47 +0000 Subject: [PATCH] fix: bump saadmk11/github-actions-version-updater from 0.8.0 to 0.8.1 Bumps [saadmk11/github-actions-version-updater](https://github.com/saadmk11/github-actions-version-updater) from 0.8.0 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.8.0...v0.8.1) --- updated-dependencies: - dependency-name: saadmk11/github-actions-version-updater dependency-type: direct:production update-type: version-update:semver-patch ... 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 3730450..942545f 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.8.1 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.PAT }}