From 2b09232b4ae125b057857d83cf2e66f8283461f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 00:52:51 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 6.3.2 to 6.3.3 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.2 to 6.3.3. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/100527700e8b29ca817ac0e0dfbfc5e8ff38edda...d556feaca394842dc55e4734bf3bb9f685482fa0) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/edit_rights.yml | 2 +- .github/workflows/homebrew.yml | 2 +- .github/workflows/inno.yml | 6 +++--- .github/workflows/scoop.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/edit_rights.yml b/.github/workflows/edit_rights.yml index a3f3aa0b..c6ed031a 100644 --- a/.github/workflows/edit_rights.yml +++ b/.github/workflows/edit_rights.yml @@ -16,7 +16,7 @@ jobs: notify-when-maintainers-cannot-edit: runs-on: ubuntu-latest steps: - - uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda + - uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 with: github-token: ${{ secrets.GH_PAT }} script: | diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index 1f0adfd8..d5b2af78 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Notify Homebrew Repo 🙋🏾‍♀️ - uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda + uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 with: github-token: ${{ secrets.GH_PAT }} script: | diff --git a/.github/workflows/inno.yml b/.github/workflows/inno.yml index 1e46f5a8..09367a83 100644 --- a/.github/workflows/inno.yml +++ b/.github/workflows/inno.yml @@ -30,7 +30,7 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} - name: Upload artifacts 🆙 - uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda + uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | @@ -56,7 +56,7 @@ jobs: needs: publish steps: - name: Notify Winget Build 🙋🏾‍♀️ - uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda + uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 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@100527700e8b29ca817ac0e0dfbfc5e8ff38edda + uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 with: github-token: ${{ secrets.GH_PAT }} script: | diff --git a/.github/workflows/scoop.yml b/.github/workflows/scoop.yml index fce0c509..f8018964 100644 --- a/.github/workflows/scoop.yml +++ b/.github/workflows/scoop.yml @@ -23,7 +23,7 @@ jobs: $version = $env:GITHUB_REF.TrimStart("refs/tags/v") ./build.ps1 -Version $version - name: Upload artifacts 🆙 - uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda + uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |