Skip to content

Commit

Permalink
Merge pull request #4897 from williamfgc/ci-action-upgrade
Browse files Browse the repository at this point in the history
Switch to Node.js 16 compatible action
  • Loading branch information
ye-luo committed Jan 10, 2024
2 parents ce1c0be + 86054eb commit 95807ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-github-actions-self-hosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# just like any other third-party service
- name: Create PR status
if: steps.check.outputs.triggered == 'true'
uses: Sibz/github-status-action@v1.1.6
uses: guibranco/github-status-action-v2@v1.1.7
with:
authToken: ${{secrets.GITHUB_TOKEN}}
context: "ornl-sulfur CI ${{ matrix.jobname }}"
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Report PR status
if: always() && steps.check.outputs.triggered == 'true'
uses: Sibz/github-status-action@v1.1.6
uses: guibranco/github-status-action-v2@v1.1.7
with:
authToken: ${{secrets.GITHUB_TOKEN}}
context: "ornl-sulfur CI ${{matrix.jobname}}"
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
# just like any other third-party service
- name: Create PR status
if: steps.check.outputs.triggered == 'true'
uses: Sibz/github-status-action@v1.1.6
uses: guibranco/github-status-action-v2@v1.1.7
with:
authToken: ${{secrets.GITHUB_TOKEN}}
context: "ornl-sulfur CI ${{ matrix.jobname }}"
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:

- name: Report PR status
if: always() && steps.check.outputs.triggered == 'true'
uses: Sibz/github-status-action@v1.1.6
uses: guibranco/github-status-action-v2@v1.1.7
with:
authToken: ${{secrets.GITHUB_TOKEN}}
context: "ornl-sulfur CI ${{matrix.jobname}}"
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
# just like any other third-party service
- name: Create PR status
if: steps.check.outputs.triggered == 'true'
uses: Sibz/github-status-action@v1.1.6
uses: guibranco/github-status-action-v2@v1.1.7
with:
authToken: ${{secrets.GITHUB_TOKEN}}
context: "ornl-nitrogen CI ${{matrix.jobname}}"
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:

- name: Report PR status
if: always() && steps.check.outputs.triggered == 'true'
uses: Sibz/github-status-action@v1.1.6
uses: guibranco/github-status-action-v2@v1.1.7
with:
authToken: ${{secrets.GITHUB_TOKEN}}
context: "ornl-nitrogen CI ${{matrix.jobname}}"
Expand Down

0 comments on commit 95807ae

Please sign in to comment.