Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/github-script action to v7 #18

Merged
merged 1 commit into from
Jan 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
show-progress: false

- name: Show contexts
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
script: |
// show contexts
Expand All @@ -47,7 +47,7 @@ jobs:
run: dotnet tool restore && dotnet cake --target=info --verbosity=verbose

- name: Show outputs
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
script: |
// show outputs
Expand All @@ -68,7 +68,7 @@ jobs:
show-progress: false

- name: Show contexts
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
script: |
// show contexts
Expand All @@ -90,7 +90,7 @@ jobs:
run: dotnet tool restore && dotnet cake --target=info --verbosity=verbose

- name: Show outputs
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
script: |
// show outputs
Expand All @@ -111,7 +111,7 @@ jobs:
show-progress: false

- name: Show contexts
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
script: |
// show contexts
Expand All @@ -133,7 +133,7 @@ jobs:
run: dotnet tool restore && dotnet cake --target=info --verbosity=verbose

- name: Show outputs
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
script: |
// show outputs
Expand All @@ -154,7 +154,7 @@ jobs:
show-progress: false

- name: Show contexts
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
script: |
// show contexts
Expand All @@ -176,7 +176,7 @@ jobs:
run: dotnet tool restore && dotnet cake --target=info --verbosity=verbose

- name: Show outputs
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
script: |
// show outputs
Expand Down
Loading