Skip to content

Commit

Permalink
Bump actions/github-script from 4.1.0 to 4.1.1 (#933)
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@f891eff...deb7ae9)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2021
1 parent 5a8efa0 commit b80a227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eas-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
outputs:
version: ${{ steps.version.outputs.result }}
steps:
- uses: actions/github-script@f891eff65186019cbb3f7190c4590bc0a1b76fbc
- uses: actions/github-script@deb7ae927cc19ae3a8b57293dd5cd2f16171e1e2
id: version
with:
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oss-governance-project-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.sender.type == 'User' && github.event.pull_request.head.repo.full_name == github.repository
steps:
- uses: actions/github-script@f891eff65186019cbb3f7190c4590bc0a1b76fbc
- uses: actions/github-script@deb7ae927cc19ae3a8b57293dd5cd2f16171e1e2
with:
github-token: ${{ secrets.DEFICHAIN_BOT_GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit b80a227

Please sign in to comment.