Skip to content

Commit

Permalink
chore(deps): update bleep-build/bleep-setup-action action to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 8d94f24 commit 575f9a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'ci skip')"
steps:
- uses: actions/checkout@v4
- uses: bleep-build/bleep-setup-action@0.0.1
- uses: bleep-build/bleep-setup-action@0.0.2
- uses: coursier/cache-action@v6
with:
extraFiles: bleep.yaml
Expand All @@ -27,7 +27,7 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/v')"
steps:
- uses: actions/checkout@v4
- uses: bleep-build/bleep-setup-action@0.0.1
- uses: bleep-build/bleep-setup-action@0.0.2
- name: Release
run: bleep publish
env:
Expand Down

0 comments on commit 575f9a2

Please sign in to comment.