Skip to content

Commit

Permalink
Merge pull request #9 from voxpupuli/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/github-script-7

build(deps): Bump actions/github-script from 6 to 7
  • Loading branch information
rwaffen authored Aug 30, 2024
2 parents a53ffb2 + d789680 commit af79200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_scout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Download artifact'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
Expand All @@ -95,7 +95,7 @@ jobs:
run: unzip pr_number.zip

- name: 'Comment on PR'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit af79200

Please sign in to comment.