Skip to content

Commit

Permalink
Bump cristalhq/.github from 0.2.2 to 0.8.1 (#4)
Browse files Browse the repository at this point in the history
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](cristalhq/.github@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 8e0bae2 commit 5eb7723
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 5eb7723

Please sign in to comment.