diff options
| author | Bond-009 <bond.009@outlook.com> | 2024-05-17 10:41:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-17 10:41:22 +0200 |
| commit | cb3691dd0d91c5884865d25cabd530bad93cd324 (patch) | |
| tree | 67484e87a0ec17e1b8677cb2c5f96d935abd0d38 /.github/workflows/ci-openapi.yml | |
| parent | 0cc5cc796dadba2b397f8f56ade82800e9b256bb (diff) | |
| parent | 45fc7342f5b921f206356f823d9978b23b52be08 (diff) | |
Merge pull request #11685 from jellyfin/renovate/ci-deps
Update actions/checkout action to v4.1.6
Diffstat (limited to '.github/workflows/ci-openapi.yml')
| -rw-r--r-- | .github/workflows/ci-openapi.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-openapi.yml b/.github/workflows/ci-openapi.yml index d7f1e30768..9948379688 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: ref: ${{ github.event.pull_request.head.sha }} repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -41,7 +41,7 @@ jobs: permissions: read-all steps: - name: Checkout repository - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: ref: ${{ github.event.pull_request.head.sha }} repository: ${{ github.event.pull_request.head.repo.full_name }} |
