Bump actions/github-script from 6.1.0 to 6.1.1 (#755)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 20 Aug 2022 15:39:36 +0000 (21:09 +0530)
committerGitHub <noreply@github.com>
Sat, 20 Aug 2022 15:39:36 +0000 (21:09 +0530)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6.1.0...v6.1.1)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/build-pull-request.yml
.github/workflows/deploy-pull-request.yml

index cbf8a4f5d9cf5aaf3647e4f49801f6d10683fa5e..d2080c13e22d761c5356dab8222d2ff566ffc177 100644 (file)
@@ -25,7 +25,7 @@ jobs:
           path: dist
           retention-days: 1
       - name: Get PR info
-        uses: actions/github-script@v6.1.0
+        uses: actions/github-script@v6.1.1
         with:
           script: |
             var fs = require('fs');
index 77801b1ecaedf1e6a74d358556e297f2fe9c69bd..f0b4a24cd2ba053a18a887907e183c5c55577eea 100644 (file)
@@ -17,7 +17,7 @@ jobs:
       # workflow_run action (https://github.com/actions/download-artifact/issues/60)
       # so instead we get this mess:
       - name: Download artifact
-        uses: actions/github-script@v6.1.0
+        uses: actions/github-script@v6.1.1
         with:
           script: |
             var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
@@ -51,7 +51,7 @@ jobs:
         run: unzip -d dist previewbuild.zip && rm previewbuild.zip && unzip pr.json.zip && rm pr.json.zip
       - name: Read PR Info
         id: readctx
-        uses: actions/github-script@v6.1.0
+        uses: actions/github-script@v6.1.1
         with:
           script: |
             var fs = require('fs');