Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2023
1 parent cb99b13 commit 924a542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/get_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
echo "clean_branch_name_with_suffix=${CLEAN_BRANCH_NAME_WITH_SUFFIX}" >> $GITHUB_OUTPUT
- name: get last commit author
uses: actions/github-script@v6
uses: actions/github-script@v7
id: get_commit_author
with:
result-encoding: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: npm i @octokit/rest@v19

- name: open and merge pull request
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
GIT_HUB_TOKEN: ${{ secrets.githubToken }}
with:
Expand Down

0 comments on commit 924a542

Please sign in to comment.