Skip to content

Commit 0fadc37

Browse files
build(deps): bump actions/github-script from 6 to 7 (#493)
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-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> Co-authored-by: Camila Maia <cmaiacd@gmail.com>
1 parent 2b0343a commit 0fadc37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cleanup-inactive-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Identify and notify inactive issues
16-
uses: actions/github-script@v6
16+
uses: actions/github-script@v7
1717
with:
1818
script: |
1919
const inactiveDays = 60;

0 commit comments

Comments
 (0)