Skip to content

Commit 2998f90

Browse files
authored
Merge pull request #4883 from opencontainers/dependabot/github_actions/actions/github-script-8
build(deps): bump actions/github-script from 7 to 8
2 parents 650afdd + 9408f66 commit 2998f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Trigger ${{ matrix.wf_id }} workflow on ${{ matrix.branch}} branch
26-
uses: actions/github-script@v7
26+
uses: actions/github-script@v8
2727
with:
2828
github-token: ${{ secrets.GITHUB_TOKEN }}
2929
script: |

0 commit comments

Comments
 (0)