Skip to content

Commit

Permalink
Fix actions/github-script version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Oct 16, 2024
1 parent fc73325 commit 593a7d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
checks: write
steps:
- name: Create pending status
uses: actions/github-script@v7
uses: actions/github-script@0.9.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand All @@ -83,7 +83,7 @@ jobs:
- uses: ./.github/actions/setup-junit-report

- name: Create success status
uses: actions/github-script@v7
uses: actions/github-script@0.9.0
if: success()
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -98,7 +98,7 @@ jobs:
})
- name: Create failure status
uses: actions/github-script@v7
uses: actions/github-script@0.9.0
if: failure()
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 593a7d9

Please sign in to comment.