Skip to content

Commit 8e49638

Browse files
Bump actions/github-script from 7 to 8 (#16)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9fdefd3 commit 8e49638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: julia --project=docs/ docs/make.jl
3131
- name: Make comment with preview link
3232
if: ${{ github.event_name == 'pull_request' && github.event.action == 'opened'}}
33-
uses: actions/github-script@v7
33+
uses: actions/github-script@v8
3434
with:
3535
script: |
3636
github.rest.issues.createComment({

0 commit comments

Comments
 (0)