Skip to content

Commit

Permalink
Merge pull request #12 from SlashNephy/renovate/actions-github-script…
Browse files Browse the repository at this point in the history
…-7.x

Update actions/github-script action to v7
  • Loading branch information
SlashNephy committed Mar 16, 2024
2 parents 444f51b + b3e8c7c commit 9f05300
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BonDriver_EPGStation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Set Job Outputs
id: output
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
core.setOutput("artifact", "BonDriver_EPGStation_${{ matrix.platform }}")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CasProcessor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Set Job Outputs
id: output
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
core.setOutput("artifact", "CasProcessor_${{ matrix.platform }}")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MuteInact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Set Job Outputs
id: output
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
core.setOutput("artifact", "MuteInact_${{ matrix.platform }}")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/NicoJK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Set Job Outputs
id: output
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
core.setOutput("artifact", "NicoJK_${{ matrix.platform }}")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TTRec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Set Job Outputs
id: output
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
core.setOutput("artifact", "TTRec_${{ matrix.platform }}")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TVCaption3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Set Job Outputs
id: output
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
core.setOutput("artifact", "TVCaption3_${{ matrix.platform }}")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TVCaptionMod2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Set Job Outputs
id: output
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
core.setOutput("artifact", "TVCaptionMod2_${{ matrix.platform }}")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TVTComment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:

- name: Set Job Outputs
id: output
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
core.setOutput("artifact", "TvtComment_tvtp_${{ matrix.platform }}")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TVTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:

- name: Set Job Outputs
id: output
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
core.setOutput("artifact", "TVTest_${{ matrix.platform }}_${{ matrix.cpu }}")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TVTestVideoDecoder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Set Job Outputs
id: output
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
core.setOutput("artifact", "TVTestVideoDecoder_${{ matrix.platform }}")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TvCas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Set Job Outputs
id: output
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
core.setOutput("artifact", "TvCas_${{ matrix.platform }}")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TvtPlay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

- name: Set Job Outputs
id: output
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
core.setOutput("artifact", "TvtPlay_${{ matrix.platform }}")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/px4_drv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Set Job Outputs
id: output
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
core.setOutput("artifact", "px4_drv_winusb_${{ matrix.platform }}")
Expand Down

0 comments on commit 9f05300

Please sign in to comment.