Skip to content

Commit

Permalink
[actions] upgrade composite actions in publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 22, 2024
1 parent 256cf74 commit 4776b2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

- name: Check package version
id: cpv
uses: PostHog/check-package-version@v2
uses: ljharb/actions/node/check-package-version@main

- name: Validate package version
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const isNewVersion = `${{ steps.cpv.outputs.is-new-version }}`;
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Verify checks passed
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
result-encoding: string
retries: 3
Expand Down

0 comments on commit 4776b2e

Please sign in to comment.