Merge pull request #4883 from opencontainers/dependabot/github_actions/actions/github-script-8

build(deps): bump actions/github-script from 7 to 8
This commit is contained in:
Rodrigo Campos
2025-09-05 12:51:27 -03:00
committed by GitHub

View File

@@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Trigger ${{ matrix.wf_id }} workflow on ${{ matrix.branch}} branch - name: Trigger ${{ matrix.wf_id }} workflow on ${{ matrix.branch}} branch
uses: actions/github-script@v7 uses: actions/github-script@v8
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
script: | script: |