Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 2411d7c

Browse files
Update actions/checkout action to v5 (#58)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3152dc1 commit 2411d7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout repo under /prebid-server-java-docker-image
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
with:
3131
fetch-depth: '0'
3232
path: prebid-server-java-docker-image
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Checkout prebid-server-java under /prebid
4343
if: '!env.TAG_ALREADY_EXISTS'
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v5
4545
with:
4646
repository: 'prebid/prebid-server-java'
4747
ref: ${{ env.TARGET_TAG }}

0 commit comments

Comments
 (0)