Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 6, 2024
1 parent 8208bd3 commit 1457fb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Get the latest tag
id: get-latest-tag
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const latestTag = await github.rest.repos.listTags({
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- name: Get the latest tag
id: get-latest-tag
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const latestTag = await github.rest.repos.listTags({
Expand Down

0 comments on commit 1457fb6

Please sign in to comment.