aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/openapi-pull-request.yml
diff options
context:
space:
mode:
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 d11b0140f7..6b5d035420 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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}