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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-27 00:46:45 +00:00 committed by Jan De Dobbeleer
parent fdf41755e0
commit 17181f3bef
4 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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