Skip to content

Commit 997ffb6

Browse files
authored
Merge pull request #71 from CGAL/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 7 to 8
2 parents 70eb2aa + 0c9d3da commit 997ffb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/jekyll-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
github.event.workflow_run.conclusion == 'success'
2626
steps:
2727
- name: 'Download artifact github pages'
28-
uses: actions/github-script@v7
28+
uses: actions/github-script@v8
2929
id: artifactgh-pages
3030
with:
3131
script: |
@@ -62,7 +62,7 @@ jobs:
6262
github.event.workflow_run.conclusion == 'success'
6363
steps:
6464
- name: get PR number
65-
uses: actions/github-script@v7
65+
uses: actions/github-script@v8
6666
with:
6767
script: |
6868
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
@@ -88,7 +88,7 @@ jobs:
8888
unzip pr_number.zip
8989
echo "number=$(cat pr_number.txt)" >> $GITHUB_OUTPUT
9090
- name: Post address
91-
uses: actions/github-script@v7
91+
uses: actions/github-script@v8
9292
if: ${{ success()}}
9393
with:
9494
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -100,7 +100,7 @@ jobs:
100100
issue_number: ${{steps.prnumber.outputs.number}}
101101
});
102102
- name: Post error
103-
uses: actions/github-script@v7
103+
uses: actions/github-script@v8
104104
if: ${{ failure()}}
105105
with:
106106
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)