Skip to content

Commit ebafab2

Browse files
committed
[actions] upgrade composite actions in publish action
1 parent e6b5b41 commit ebafab2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424

2525
- name: Check package version
2626
id: cpv
27-
uses: PostHog/check-package-version@v2
27+
uses: ljharb/actions/node/check-package-version@main
2828

2929
- name: Validate package version
30-
uses: actions/github-script@v6
30+
uses: actions/github-script@v7
3131
with:
3232
script: |
3333
const isNewVersion = `${{ steps.cpv.outputs.is-new-version }}`;
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Verify checks passed
46-
uses: actions/github-script@v6
46+
uses: actions/github-script@v7
4747
with:
4848
result-encoding: string
4949
retries: 3

0 commit comments

Comments
 (0)