aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/openapi-pull-request.yml
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2026-07-21 13:36:21 +0200
committerGitHub <noreply@github.com>2026-07-21 13:36:21 +0200
commit7a269987d297c7ceba62b09eab15137cabe7a198 (patch)
tree8f476487b4f889264f9aeb23ffbccada1d4cf924 /.github/workflows/openapi-pull-request.yml
parent081944d358f420be979b4bc45e0f34d3d55f1f01 (diff)
parent25011224cf2efdeac08a177df75192658bae8018 (diff)
Merge pull request #17391 from jellyfin/renovate/ci-deps
Update actions/checkout action to v7.0.1
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 6b5d035420..9ed1873942 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}