Skip to content

Commit 7a26532

Browse files
committed
ci: Use updated checkout action
1 parent ead7332 commit 7a26532

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
3232
- name: Checkout code at latest head
3333
if: "${{ inputs.refToBuild == '' }}"
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535
with:
3636
fetch-depth: 0
3737

3838
- name: Checkout code at requested ref
3939
if: "${{ inputs.refToBuild != '' }}"
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
4141
with:
4242
ref: ${{ inputs.refToBuild }}
4343
fetch-depth: 0

0 commit comments

Comments
 (0)