Skip to content

Commit b9ec545

Browse files
chore(deps): bump actions/github-script from 7 to 8 (#94)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 57740e9 commit b9ec545

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/find-exercise-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- id: find-exercise-issue
33-
uses: actions/github-script@v7
33+
uses: actions/github-script@v8
3434
env:
3535
ISSUE_TITLE_PREFIX: ${{ inputs.issue-title-text }}
3636
with:

.github/workflows/start-exercise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: Create issue - add welcome message
8383
id: create-issue
84-
uses: actions/github-script@v7
84+
uses: actions/github-script@v8
8585
with:
8686
script: |
8787
const { data: issue } = await github.rest.issues.create({

0 commit comments

Comments
 (0)