From 58fb048cc0d71e22c6797e65b397912c09430991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 03:38:10 +0000 Subject: [PATCH] Bump InsonusK/get-latest-release from 1.0.1 to 1.1.0 Bumps [InsonusK/get-latest-release](https://github.com/insonusk/get-latest-release) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/insonusk/get-latest-release/releases) - [Commits](https://github.com/insonusk/get-latest-release/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: InsonusK/get-latest-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/aur-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aur-update.yaml b/.github/workflows/aur-update.yaml index baddf83..11595c1 100644 --- a/.github/workflows/aur-update.yaml +++ b/.github/workflows/aur-update.yaml @@ -13,7 +13,7 @@ jobs: - name: "Get the latest release" id: latest_release - uses: InsonusK/get-latest-release@v1.0.1 + uses: InsonusK/get-latest-release@v1.1.0 with: myToken: ${{ secrets.GITHUB_TOKEN }} exclude_types: "draft|prerelease"