Skip to content

Commit 06b8356

Browse files
salvar3ngaSergio Alvarenga
andauthored
Feat: update release please action (openscd#1635)
* feat: update release please action --------- Co-authored-by: Sergio Alvarenga <[email protected]>
1 parent a3d6d2f commit 06b8356

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ jobs:
1212
release-please:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: google-github-actions/release-please-action@v4
15+
- uses: googleapis/release-please-action@v4
1616
id: release
1717
with:
1818
release-type: node
1919
command: manifest
2020
token: ${{ secrets.GITHUB_TOKEN }}
2121
# The logic below handles the npm publication:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323
if: ${{ steps.release.outputs.releases_created }}
24-
- uses: actions/setup-node@v1
24+
- uses: actions/setup-node@v4
2525
with:
2626
node-version: 18
2727
registry-url: "https://registry.npmjs.org"

0 commit comments

Comments
 (0)