Skip to content

Commit

Permalink
update actions/github-script to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Apr 15, 2024
1 parent 4954905 commit 21cf585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.github_token }}

- name: Output canary version
uses: actions/github-script@v4.0.2
uses: actions/github-script@v7
with:
script: |
const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.gh_token }}

- name: Output candidate version
uses: actions/github-script@v4.0.2
uses: actions/github-script@v7
with:
script: |
const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`)
Expand Down

0 comments on commit 21cf585

Please sign in to comment.