Skip to content

Commit b8f4b01

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: julia --project=docs/ docs/make.jl
6969
- name: Make comment with preview link
7070
if: ${{ github.event_name == 'pull_request' && github.event.action == 'opened'}}
71-
uses: actions/github-script@v7
71+
uses: actions/github-script@v8
7272
with:
7373
script: |
7474
github.rest.issues.createComment({

0 commit comments

Comments
 (0)