Skip to content

Commit 69db753

Browse files
committed
Use checkout v3.
1 parent 042f309 commit 69db753

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727

2828
# "steps" holds a list of all the steps needed to package and release our AddOn
2929
steps:
30-
3130
# we first have to clone the AddOn project, this is a required step
3231
- name: Clone project
33-
uses: actions/checkout@v2 # note: checkout@v2 breaks git history, so generating a changelog and
34-
# file naming for non-tagged builds will not work properly
32+
uses: actions/checkout@v3
33+
with:
34+
fetch-depth: 0 # gets git history for changelogs
3535

3636
# once cloned, we just run the GitHub Action for the packager project
3737
- name: Package and release

0 commit comments

Comments
 (0)