From dfb62e82c32120ebc1939be7521f4f8c01d32646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 01:06:39 +0000 Subject: [PATCH] Bump cristalhq/.github from 0.3.0 to 0.5.0 Bumps cristalhq/.github from 0.3.0 to 0.5.0. --- updated-dependencies: - dependency-name: cristalhq/.github dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 088c79f..3f625eb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,13 +17,13 @@ on: # See https://github.com/cristalhq/.github/.github/workflows jobs: build: - uses: cristalhq/.github/.github/workflows/build.yml@2af24ae1cecb6f3e87771a200479a053bd76ee34 # v0.3.0 + uses: cristalhq/.github/.github/workflows/build.yml@53335fadafd4a2409b342643789aea60465dbf40 # v0.5.0 vuln: - uses: cristalhq/.github/.github/workflows/vuln.yml@2af24ae1cecb6f3e87771a200479a053bd76ee34 # v0.3.0 + uses: cristalhq/.github/.github/workflows/vuln.yml@53335fadafd4a2409b342643789aea60465dbf40 # v0.5.0 release: if: github.event_name == 'workflow_dispatch' - uses: cristalhq/.github/.github/workflows/release.yml@2af24ae1cecb6f3e87771a200479a053bd76ee34 # v0.3.0 + uses: cristalhq/.github/.github/workflows/release.yml@53335fadafd4a2409b342643789aea60465dbf40 # v0.5.0 with: tag: ${{ github.event.input.tag }}