From c1784ee874ecb96afdd80c03aa337660fb7df27a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 02:36:03 +0000 Subject: [PATCH] Bump pozetroninc/github-action-get-latest-release from 0.7.0 to 0.8.0 Bumps [pozetroninc/github-action-get-latest-release](https://github.com/pozetroninc/github-action-get-latest-release) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/pozetroninc/github-action-get-latest-release/releases) - [Commits](https://github.com/pozetroninc/github-action-get-latest-release/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: pozetroninc/github-action-get-latest-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../on-development-push-publish-snapshot-and-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-development-push-publish-snapshot-and-website.yml b/.github/workflows/on-development-push-publish-snapshot-and-website.yml index 7dfa14c98..ca0be3d5a 100644 --- a/.github/workflows/on-development-push-publish-snapshot-and-website.yml +++ b/.github/workflows/on-development-push-publish-snapshot-and-website.yml @@ -52,7 +52,7 @@ jobs: # ================================================================================================================ - name: Retrieve the latest release published on Github - uses: pozetroninc/github-action-get-latest-release@v0.7.0 + uses: pozetroninc/github-action-get-latest-release@v0.8.0 id: getLatestRelease with: repository: ${{ github.repository }}