Skip to content

Commit c073292

Browse files
chore(deps): update actions/github-script action to v8
1 parent 1751282 commit c073292

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/get_values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
echo "clean_branch_name_with_suffix=${CLEAN_BRANCH_NAME_WITH_SUFFIX}" >> $GITHUB_OUTPUT
6363
6464
- name: get last commit author
65-
uses: actions/github-script@v7
65+
uses: actions/github-script@v8
6666
id: get_commit_author
6767
with:
6868
result-encoding: string

.github/workflows/sync_branches.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: npm i @octokit/rest@v19
3939

4040
- name: open and merge pull request
41-
uses: actions/github-script@v7
41+
uses: actions/github-script@v8
4242
env:
4343
GIT_HUB_TOKEN: ${{ secrets.githubToken }}
4444
with:

0 commit comments

Comments
 (0)