Skip to content

Commit df791af

Browse files
committed
Make sure we're checking fetching history for the addon
1 parent a58fbb3 commit df791af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,13 @@ jobs:
168168
- publish-image
169169
steps:
170170
- name: Checkout
171-
uses: actions/checkout@v4
171+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
172172
with:
173173
submodules: true
174174

175+
- name: Fetch History
176+
run: git fetch --prune --unshallow
177+
175178
- name: Install up
176179
uses: upbound/action-up@v1
177180
with:

0 commit comments

Comments
 (0)