aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/openapi-pull-request.yml
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2026-06-03 19:18:24 +0200
committerGitHub <noreply@github.com>2026-06-03 19:18:24 +0200
commitcf88058099d4c63f3b11b8f0e486f8f9552c354a (patch)
treee9b6cd2239b58d0a85c4f977ba7eb4f69b1e138f /.github/workflows/openapi-pull-request.yml
parent5ee9e79da21b67dc75c918b126d29fcfd09ffd89 (diff)
parentd4c962f6e446bc7a5099a27374b415d7ad1221b4 (diff)
Merge pull request #17006 from jellyfin/renovate/ci-deps
Update CI dependencies
Diffstat (limited to '.github/workflows/openapi-pull-request.yml')
-rw-r--r--.github/workflows/openapi-pull-request.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/openapi-pull-request.yml b/.github/workflows/openapi-pull-request.yml
index 4acd0f4d4f..d11b0140f7 100644
--- a/.github/workflows/openapi-pull-request.yml
+++ b/.github/workflows/openapi-pull-request.yml
@@ -10,7 +10,7 @@ jobs:
base_ref: ${{ steps.ancestor.outputs.base_ref }}
steps:
- name: Checkout Repository
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}