aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci-openapi.yml
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2026-01-24 09:38:15 +0100
committerGitHub <noreply@github.com>2026-01-24 09:38:15 +0100
commit738d4753f2464a7786a9134aee1fd72788e17f4b (patch)
tree54dc1e8b85b3069eb42c0d59237ba65482ff10a9 /.github/workflows/ci-openapi.yml
parentfd71adfba9ba456806b5bdd7676d9f53bd19e9a8 (diff)
parent152d4451ec2fbddb867358027bc39a6ee1389bd1 (diff)
Merge pull request #16081 from jellyfin/renovate/ci-deps
Update CI dependencies
Diffstat (limited to '.github/workflows/ci-openapi.yml')
-rw-r--r--.github/workflows/ci-openapi.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-openapi.yml b/.github/workflows/ci-openapi.yml
index d816ac054b..1bf01bf758 100644
--- a/.github/workflows/ci-openapi.yml
+++ b/.github/workflows/ci-openapi.yml
@@ -16,7 +16,7 @@ jobs:
permissions: read-all
steps:
- name: Checkout repository
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -43,7 +43,7 @@ jobs:
permissions: read-all
steps:
- name: Checkout repository
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}