Skip to content

Commit

Permalink
build(deps): bump ncipollo/release-action from 1.14.0 to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rlemaitre committed Jan 26, 2025
1 parent ec81efd commit 91a144c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ jobs:

- name: Create release
if: startsWith(github.ref, 'refs/tags/v')
uses: ncipollo/release-action@v1.14.0
uses: ncipollo/release-action@v1.15.0
with:
body: ${{ steps.changelog.outputs.changes }}
name: ${{ github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion ci.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ val releasePreparation = WorkflowJob(
),
WorkflowStep.Use(
name = Some("Create release"),
ref = UseRef.Public("ncipollo", "release-action", "v1.14.0"),
ref = UseRef.Public("ncipollo", "release-action", "v1.15.0"),
cond = Some("""startsWith(github.ref, 'refs/tags/v')"""),
params = Map(
"allowUpdates" -> "true",
Expand Down

0 comments on commit 91a144c

Please sign in to comment.