diff options
| author | Bond-009 <bond.009@outlook.com> | 2026-06-28 11:20:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-28 11:20:09 +0200 |
| commit | 1b6342e2171e73c533f22ed5c0a59aa5f215d2d2 (patch) | |
| tree | 4333919860a63c650590b5c30f0f318eb87d3653 /.github/workflows/openapi-generate.yml | |
| parent | 62e6cf019662c022fcd40d2efbc0b9682a1078cb (diff) | |
| parent | 528593efbf04e4ba956a9a3e8b6ee0d15b3cb856 (diff) | |
Merge pull request #17131 from jellyfin/renovate/actions-checkout-7.x
Update actions/checkout action to v7
Diffstat (limited to '.github/workflows/openapi-generate.yml')
| -rw-r--r-- | .github/workflows/openapi-generate.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/openapi-generate.yml b/.github/workflows/openapi-generate.yml index 1ac8bdb538..00cd24d291 100644 --- a/.github/workflows/openapi-generate.yml +++ b/.github/workflows/openapi-generate.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ inputs.ref }} repository: ${{ inputs.repository }} |
