Skip to content

Commit

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

---
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 Feb 14, 2022
1 parent fdb2a1f commit 343bb93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v2
-
name: GPG conf
uses: actions/github-script@v5
uses: actions/github-script@v6
with:
script: |
const fs = require('fs');
Expand All @@ -60,7 +60,7 @@ jobs:
});
-
name: Get test key and passphrase
uses: actions/github-script@v5
uses: actions/github-script@v6
id: test
with:
script: |
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
uses: actions/checkout@v2
-
name: Get test key and passphrase
uses: actions/github-script@v5
uses: actions/github-script@v6
id: test
with:
script: |
Expand Down

0 comments on commit 343bb93

Please sign in to comment.