Skip to content

Commit c6537ec

Browse files
Merge pull request #102 from MikroElektronika/dependabot/github_actions/actions/github-script-7
Bump actions/github-script from 4 to 7
2 parents 7c1cdb5 + ee66302 commit c6537ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/autoResponseToContribution.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
welcome:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/github-script@v4
9+
- uses: actions/github-script@v7
1010
with:
1111
script: |
1212
// Get a list of all issues created by the PR opener

.github/workflows/autoResponseToIssue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
comment:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/github-script@v4
11+
- uses: actions/github-script@v7
1212
with:
1313
script: |
1414
github.issues.createComment({

0 commit comments

Comments
 (0)