Skip to content

Commit fe006c7

Browse files
Bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 795161d commit fe006c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/0-welcome.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
9595
- name: Comment on issue
96-
uses: actions/github-script@v6
96+
uses: actions/github-script@v7
9797
with:
9898
github-token: ${{ secrets.GITHUB_TOKEN }}
9999
script: |
@@ -147,7 +147,7 @@ jobs:
147147
sed -i "s#github.com/${OWNER_REPO}/blob/main/issues/new?#/issues/new?#g" README.md
148148
149149
- name: Comment and close issue
150-
uses: actions/github-script@v6
150+
uses: actions/github-script@v7
151151
with:
152152
github-token: ${{ secrets.GITHUB_TOKEN }}
153153
script: |

.github/workflows/reset-progress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
sed -i "s#github.com/${OWNER_REPO}/blob/main/issues/new?#github.com/${OWNER_REPO}/issues/new?#g" README.md
6969
7070
- name: Comment and close issue
71-
uses: actions/github-script@v6
71+
uses: actions/github-script@v7
7272
with:
7373
github-token: ${{ secrets.GITHUB_TOKEN }}
7474
script: |

0 commit comments

Comments
 (0)