Skip to content

Commit 06785c9

Browse files
committed
Update reusable-build.yaml
1 parent d1c58b9 commit 06785c9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/reusable-build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@ jobs:
6161
buffer: ${{ steps.program-buffer.outputs.buffer }}
6262
idl_buffer: ${{ steps.idl-buffer.outputs.buffer }}
6363
steps:
64-
- uses: actions/checkout@v3
64+
- name: Checkout repository
65+
uses: actions/checkout@v4
66+
with:
67+
fetch-depth: 1
6568
- name: Set deployment variables
6669
run: |
6770
# Network specific variables

0 commit comments

Comments
 (0)