Skip to content

Commit

Permalink
Merge pull request #32 from CGAL/dependabot/github_actions/actions/gi…
Browse files Browse the repository at this point in the history
…thub-script-7

Bump actions/github-script from 6 to 7
  • Loading branch information
lrineau authored Nov 24, 2023
2 parents 023f875 + b934265 commit 4447093
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/jekyll-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
github.event.workflow_run.conclusion == 'success'
steps:
- name: 'Download artifact github pages'
uses: actions/github-script@v6
uses: actions/github-script@v7
id: artifactgh-pages
with:
script: |
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
github.event.workflow_run.conclusion == 'success'
steps:
- name: get PR number
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
Expand All @@ -88,7 +88,7 @@ jobs:
unzip pr_number.zip
echo "number=$(cat pr_number.txt)" >> $GITHUB_OUTPUT
- name: Post address
uses: actions/github-script@v6
uses: actions/github-script@v7
if: ${{ success()}}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -100,7 +100,7 @@ jobs:
issue_number: ${{steps.prnumber.outputs.number}}
});
- name: Post error
uses: actions/github-script@v6
uses: actions/github-script@v7
if: ${{ failure()}}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4447093

Please sign in to comment.