Skip to content

Commit

Permalink
Bump actions/github-script from 4 to 5 (#113)
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 5.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 15, 2021
1 parent 1fb7d85 commit aaade0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v2
-
name: Get test key and passphrase
uses: actions/github-script@v4
uses: actions/github-script@v5
id: test
with:
script: |
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
uses: actions/checkout@v2
-
name: Get test key and passphrase
uses: actions/github-script@v4
uses: actions/github-script@v5
id: test
with:
script: |
Expand Down

0 comments on commit aaade0d

Please sign in to comment.