Skip to content

Commit

Permalink
Bump actions/github-script from 6 to 7 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
1 parent 6516750 commit a3745a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_shared-docs-build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
steps:
- name: Variable setup
id: vars
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const inputs = ${{ toJSON(inputs) }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_shared-docs-build-publish-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- name: Process variables
id: vars
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const inputs = ${{ toJSON(inputs) }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_shared-docs-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
steps:
- name: Variable setup
id: vars
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const inputs = ${{ toJSON(inputs) }}
Expand Down

0 comments on commit a3745a8

Please sign in to comment.