chore(deps): bump actions/github-script from 6.3.0 to 6.3.1

Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](d4560e1570...7dff1a8764)

---
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>
This commit is contained in:
dependabot[bot] 2022-10-03 01:56:46 +00:00 committed by Jan De Dobbeleer
parent 03054aa53b
commit c88c4eb049
4 changed files with 6 additions and 6 deletions

View file

@ -16,7 +16,7 @@ jobs:
notify-when-maintainers-cannot-edit:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93
- uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd
with:
github-token: ${{ secrets.GH_PAT }}
script: |

View file

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Notify Homebrew Repo 🙋🏾‍♀️
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93
uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd
with:
github-token: ${{ secrets.GH_PAT }}
script: |

View file

@ -30,7 +30,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Upload artifacts 🆙
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93
uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
@ -56,7 +56,7 @@ jobs:
needs: publish
steps:
- name: Notify Winget Build 🙋🏾‍♀️
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93
uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd
with:
github-token: ${{ secrets.GH_PAT }}
script: |
@ -68,7 +68,7 @@ jobs:
inputs: {"version": process.env.GITHUB_REF.replace('refs/tags/v', '')}
})
- name: Notify Windows Store Build 👋
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93
uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd
with:
github-token: ${{ secrets.GH_PAT }}
script: |

View file

@ -23,7 +23,7 @@ jobs:
$version = $env:GITHUB_REF.TrimStart("refs/tags/v")
./build.ps1 -Version $version
- name: Upload artifacts 🆙
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93
uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |