diff options
| author | Bond-009 <bond.009@outlook.com> | 2026-06-03 19:18:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-03 19:18:24 +0200 |
| commit | cf88058099d4c63f3b11b8f0e486f8f9552c354a (patch) | |
| tree | e9b6cd2239b58d0a85c4f977ba7eb4f69b1e138f /.github/workflows/openapi-generate.yml | |
| parent | 5ee9e79da21b67dc75c918b126d29fcfd09ffd89 (diff) | |
| parent | d4c962f6e446bc7a5099a27374b415d7ad1221b4 (diff) | |
Merge pull request #17006 from jellyfin/renovate/ci-deps
Update CI dependencies
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 c2a5199c54..122bbd69ac 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ inputs.ref }} repository: ${{ inputs.repository }} |
