From 5eb77237366335f4572f08bf45a5bab76657f1f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:19:40 +0200 Subject: [PATCH] Bump cristalhq/.github from 0.2.2 to 0.8.1 (#4) Bumps [cristalhq/.github](https://github.com/cristalhq/.github) from 0.2.2 to 0.8.1. - [Release notes](https://github.com/cristalhq/.github/releases) - [Changelog](https://github.com/cristalhq/.github/blob/main/.goreleaser.yaml) - [Commits](https://github.com/cristalhq/.github/compare/v0.2.2...v0.8.1) --- updated-dependencies: - dependency-name: cristalhq/.github 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/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9bfddba..b73a414 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,15 +13,15 @@ on: # See https://github.com/cristalhq/.github/.github/workflows jobs: build: - uses: cristalhq/.github/.github/workflows/build.yml@v0.2.2 + uses: cristalhq/.github/.github/workflows/build.yml@v0.8.1 vuln: - uses: cristalhq/.github/.github/workflows/vuln.yml@v0.2.2 + uses: cristalhq/.github/.github/workflows/vuln.yml@v0.8.1 release: if: github.event_name == 'workflow_dispatch' permissions: contents: write - uses: cristalhq/.github/.github/workflows/release.yml@v0.2.2 + uses: cristalhq/.github/.github/workflows/release.yml@v0.8.1 with: tag: ${{ github.event.input.tag }}