Skip to content

Commit e5d1594

Browse files
committed
chore(ci): update action version
Signed-off-by: Frost Ming <[email protected]>
1 parent 7007756 commit e5d1594

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17-
- uses: actions/setup-node@v3
17+
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18
19+
node-version: 'lts/*'
2020

2121
- run: npx changelogithub
2222
continue-on-error: true
@@ -40,7 +40,7 @@ jobs:
4040
needs: build
4141
environment:
4242
name: pypi
43-
url: https://pypi.org/p/pkg-logical
43+
url: https://pypi.org/project/dep-logic
4444
permissions:
4545
id-token: write
4646
steps:

0 commit comments

Comments
 (0)