Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Commit

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

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

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 Aug 20, 2021
1 parent cdb2f79 commit 9383624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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@a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293
- uses: actions/github-script@f891eff65186019cbb3f7190c4590bc0a1b76fbc
with:
github-token: ${{ secrets.DEFICHAIN_BOT_GITHUB_TOKEN }}
script: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: '15'

- uses: actions/github-script@a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293
- uses: actions/github-script@f891eff65186019cbb3f7190c4590bc0a1b76fbc
id: version
with:
script: |
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
with:
node-version: '15'

- uses: actions/github-script@a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293
- uses: actions/github-script@f891eff65186019cbb3f7190c4590bc0a1b76fbc
id: version
with:
script: |
Expand Down

0 comments on commit 9383624

Please sign in to comment.