Skip to content

Commit bb71305

Browse files
build(deps): bump actions/github-script from 4.1 to 5 (#211)
Bumps [actions/github-script](https://github.com/actions/github-script) from 4.1 to 5. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v4.1...v5) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b45474 commit bb71305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Download PR artifact
17-
uses: actions/github-script@v4.1
17+
uses: actions/github-script@v5
1818
with:
1919
script: |
2020
const fs = require('fs');
@@ -44,7 +44,7 @@ jobs:
4444
- name: Unzip artifact
4545
run: unzip pr.zip
4646
- name: Merge PR
47-
uses: actions/github-script@v4.1
47+
uses: actions/github-script@v5
4848
with:
4949
script: |
5050
const fs = require('fs');

0 commit comments

Comments
 (0)