Skip to content

Commit 2c29636

Browse files
authored
Update release.yml
1 parent ba64ece commit 2c29636

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: startsWith(github.ref, 'refs/tags/')
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737

3838
- name: Inject slug/short variables
3939
uses: rlespinasse/github-slug-action@v4
@@ -57,10 +57,9 @@ jobs:
5757
if: startsWith(github.ref, 'refs/tags/') || inputs.opam
5858
steps:
5959
- name: Checkout
60-
uses: actions/checkout@v3
60+
uses: actions/checkout@v4
6161
with:
62-
fetch-depth: '100'
63-
fetch-tags: 'true'
62+
fetch-depth: 0
6463

6564
- name: Use OCaml 4.14.x
6665
uses: ocaml/setup-ocaml@v3

0 commit comments

Comments
 (0)