mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
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:
parent
03054aa53b
commit
c88c4eb049
2
.github/workflows/edit_rights.yml
vendored
2
.github/workflows/edit_rights.yml
vendored
|
@ -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: |
|
||||
|
|
2
.github/workflows/homebrew.yml
vendored
2
.github/workflows/homebrew.yml
vendored
|
@ -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: |
|
||||
|
|
6
.github/workflows/inno.yml
vendored
6
.github/workflows/inno.yml
vendored
|
@ -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: |
|
||||
|
|
2
.github/workflows/scoop.yml
vendored
2
.github/workflows/scoop.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue