Skip to content

Commit 30271cb

Browse files
Bump actions/github-script from v2 to v3 (#52)
Bumps [actions/github-script](https://github.com/actions/github-script) from v2 to v3. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v2...626af12) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2c8669 commit 30271cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v2.3.2
2929
-
3030
name: Get test key and passphrase
31-
uses: actions/github-script@v2
31+
uses: actions/github-script@v3
3232
id: test
3333
with:
3434
script: |
@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/checkout@v2.3.2
7171
-
7272
name: Get test key and passphrase
73-
uses: actions/github-script@v2
73+
uses: actions/github-script@v3
7474
id: test
7575
with:
7676
script: |

0 commit comments

Comments
 (0)