Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v7 (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 29, 2024
1 parent 3930d1e commit 5fd11ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: pnpm
- run: pnpm install --frozen-lockfile
- name: Get Id Token
uses: actions/github-script@v6
uses: actions/github-script@v7
id: idtoken
with:
script: |
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
cache: pnpm
- run: pnpm install --frozen-lockfile
- name: Get Id Token
uses: actions/github-script@v6
uses: actions/github-script@v7
id: idtoken
with:
script: |
Expand Down

0 comments on commit 5fd11ea

Please sign in to comment.