Skip to content

Commit d6a58b1

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

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
@@ -33,7 +33,7 @@ jobs:
3333
run: julia --project=docs/ docs/make.jl
3434
- name: Make comment with preview link
3535
if: ${{ github.event_name == 'pull_request' && github.event.action == 'opened'}}
36-
uses: actions/github-script@v7
36+
uses: actions/github-script@v8
3737
with:
3838
script: |
3939
github.rest.issues.createComment({

0 commit comments

Comments
 (0)