Skip to content

Commit

Permalink
feat(files): update .github/workflows/release-please.yml to use v4
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jan 14, 2024
1 parent 02e40bb commit cf52163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/.github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:

steps:
- name: Release Please
uses: google-github-actions/release-please-action@v3
uses: google-github-actions/release-please-action@v4
with:
release-type: node
2 changes: 1 addition & 1 deletion src/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- name: Release Please
uses: google-github-actions/release-please-action@v3
uses: google-github-actions/release-please-action@v4
with:
release-type: node
"
Expand Down

0 comments on commit cf52163

Please sign in to comment.