Skip to content

Commit 1756651

Browse files
build(deps): bump actions/github-script from 7 to 8 (#584)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' 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: Tomás Corral Casas <amischol@gmail.com>
1 parent cdbb82a commit 1756651

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/aider-issue-to-pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
ref: ${{ github.ref }}
5858

5959
- name: Create a new branch
60-
uses: actions/github-script@v7
60+
uses: actions/github-script@v8
6161
id: create_branch
6262
with:
6363
script: |
@@ -133,7 +133,7 @@ jobs:
133133
return { ref: result.data.ref }
134134
135135
- name: Get issue
136-
uses: actions/github-script@v7
136+
uses: actions/github-script@v8
137137
id: get_issue
138138
with:
139139
script: |
@@ -151,7 +151,7 @@ jobs:
151151
body: result.data.body.replace(/"/g, "'").replace(/`/g, '\\`'),
152152
};
153153
- name: Create prompt
154-
uses: actions/github-script@v7
154+
uses: actions/github-script@v8
155155
id: create_prompt
156156
with:
157157
result-encoding: string
@@ -177,7 +177,7 @@ jobs:
177177
openrouter_api_key: ${{ secrets.openrouter_api_key }}
178178

179179
- name: Create Pull Request
180-
uses: actions/github-script@v7
180+
uses: actions/github-script@v8
181181
with:
182182
script: |
183183
const { repo, owner } = context.repo;

0 commit comments

Comments
 (0)