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:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66
- uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93
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@c713e510dbd7d213d92d41b7a7805a986f4c5c66
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93
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@c713e510dbd7d213d92d41b7a7805a986f4c5c66
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
@ -56,7 +56,7 @@ jobs:
needs: publish
steps:
- name: Notify Winget Build 🙋🏾‍♀️
uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93
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@c713e510dbd7d213d92d41b7a7805a986f4c5c66
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93
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@c713e510dbd7d213d92d41b7a7805a986f4c5c66
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |