aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/openapi.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-09-04 13:52:33 +0000
committerGitHub <noreply@github.com>2023-09-04 13:52:33 +0000
commita892c72d7786988b4eceb76f98b669bc49ad0320 (patch)
tree53c1f8dc5444823c87d26a0519cce3b5f149bc0e /.github/workflows/openapi.yml
parent25bc4b875ccdf681b113e4261cd2b1e379795dbe (diff)
chore(deps): update actions/checkout action to v4
Diffstat (limited to '.github/workflows/openapi.yml')
-rw-r--r--.github/workflows/openapi.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml
index ee64a522e..95d492bd3 100644
--- a/.github/workflows/openapi.yml
+++ b/.github/workflows/openapi.yml
@@ -14,7 +14,7 @@ jobs:
permissions: read-all
steps:
- name: Checkout repository
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -39,7 +39,7 @@ jobs:
permissions: read-all
steps:
- name: Checkout repository
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}