Skip to content

Commit 00ba1bf

Browse files
committed
checkout first
1 parent cd2b975 commit 00ba1bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
outputs:
2424
version: ${{ steps.version.outputs.version }}
2525
steps:
26+
- name: Checkout
27+
uses: actions/checkout@v4
28+
with:
29+
fetch-depth: 0
30+
2631
- name: Authenticate to Google Cloud
2732
uses: google-github-actions/auth@v2
2833
with:
@@ -32,11 +37,6 @@ jobs:
3237
- name: Setup GCloud SDK
3338
uses: "google-github-actions/setup-gcloud@v2"
3439

35-
- name: Checkout
36-
uses: actions/checkout@v4
37-
with:
38-
fetch-depth: 0
39-
4040
# If the event that triggered the build was an annotated tag (which our
4141
# tags are supposed to be), actions/checkout has a bug where the tag in
4242
# question is only a lightweight tag and not a full annotated tag. This

0 commit comments

Comments
 (0)