Skip to content

Commit 1efcb08

Browse files
dependabot[bot]akurtakov
authored andcommitted
Bump actions/github-script from 8.0.0 to 9.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@ed59741...3a2844b) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a5f8972 commit 1efcb08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checkAcknowledgements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
echo "Changed files: ${changedFiles}"
2222
echo "files=${changedFiles}" >> "$GITHUB_OUTPUT"
2323
- name: Check modified acknowledgements files
24-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
24+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2525
id: collect-contributors
2626
with:
2727
script: |

.github/workflows/generateAcknowledgements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "repos: ${repos}"
3636
echo "repos=${repos}" >> "$GITHUB_OUTPUT"
3737
- name: Collect contributors
38-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
38+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3939
id: collect-contributors
4040
with:
4141
script: |

0 commit comments

Comments
 (0)