Skip to content

Commit

Permalink
Bump actions/github-script from 6.4.1 to 7.0.1 (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 9, 2024
1 parent 2d80fd4 commit 12d2348
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
env:
BODY: ${{ github.event.release && github.event.release.body || '' }}
TEMPLATE_FILE: ./pywemo_checkout/.github/RELEASE_NOTES_TEMPLATE.md
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v6
with:
script: |
const fsp = require('fs').promises;
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Update release text
env:
RELEASE_ID: ${{ github.event.release.id }}
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v6
with:
script: |
const fsp = require('fs').promises;
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-build-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# The returned path will be an empty string '' if no artifacts are found.
- name: Download build changes
id: download
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v6
with:
result-encoding: string
script: |
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
# https://github.com/orgs/community/discussions/50055
- name: Push changes
if: steps.download.outputs.result
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v6
with:
github-token: ${{ steps.generate_token.outputs.token }}
script: |
Expand Down

0 comments on commit 12d2348

Please sign in to comment.