Skip to content

Commit

Permalink
Bump actions/github-script action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2023
1 parent 07a444a commit ff24267
Showing 1 changed file with 8 additions and 8 deletions.
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
with:
script: |
// show outputs
Expand Down

0 comments on commit ff24267

Please sign in to comment.