Skip to content

Commit 3da67fe

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into pr/gunjjoshi/2279
2 parents f47d9e3 + e612af5 commit 3da67fe

File tree

2,248 files changed

+42500
-5816
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,248 files changed

+42500
-5816
lines changed

.github/workflows/check_licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Checkout the repository:
6060
- name: 'Checkout repository'
6161
# Pin action to full length commit SHA
62-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
62+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
6363
with:
6464
# Specify whether to remove untracked files before checking out the repository:
6565
clean: false

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
# Checkout the repository:
9494
- name: 'Checkout repository'
9595
# Pin action to full length commit SHA
96-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
96+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
9797
with:
9898
# Specify whether to remove untracked files before checking out the repository:
9999
clean: false

.github/workflows/lint_autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# Checkout the repository:
8484
- name: 'Checkout repository'
8585
# Pin action to full length commit SHA
86-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
86+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
8787
with:
8888
# Refers to the branch name of the branch being pushed:
8989
ref: ${{ steps.pr-details.outputs.branch }}

.github/workflows/lint_changed_files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# Checkout the repository:
5353
- name: 'Checkout repository'
5454
# Pin action to full length commit SHA
55-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
55+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
5656
with:
5757
# Specify whether to remove untracked files before checking out the repository:
5858
clean: true
@@ -248,7 +248,7 @@ jobs:
248248
- name: 'Setup R'
249249
if: ( success() || failure() ) && steps.check-r-files.outputs.files != ''
250250
# Pin action to full length commit SHA
251-
uses: r-lib/actions/setup-r@b7e68d63e51bdf225997973e2add36d551f60f02 # v2.6.4
251+
uses: r-lib/actions/setup-r@929c772977a3a13c8733b363bf5a2f685c25dd91 # v2.6.4
252252
with:
253253
r-version: '3.5.3'
254254

.github/workflows/lint_random_files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
# Checkout the repository:
9494
- name: 'Checkout repository'
9595
# Pin action to full length commit SHA
96-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
96+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
9797
with:
9898
# Specify whether to remove untracked files before checking out the repository:
9999
clean: true
@@ -317,7 +317,7 @@ jobs:
317317
- name: 'Setup R'
318318
if: ( github.event.inputs.r != 'false' ) && ( success() || failure() )
319319
# Pin action to full length commit SHA
320-
uses: r-lib/actions/setup-r@b7e68d63e51bdf225997973e2add36d551f60f02 # v2.6.4
320+
uses: r-lib/actions/setup-r@929c772977a3a13c8733b363bf5a2f685c25dd91 # v2.6.4
321321
with:
322322
r-version: '4.3.3'
323323

.github/workflows/linux_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
# Checkout the repository:
138138
- name: 'Checkout repository'
139139
# Pin action to full length commit SHA
140-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
140+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
141141
with:
142142
# Specify whether to remove untracked files before checking out the repository:
143143
clean: false

.github/workflows/linux_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
# Checkout the repository:
138138
- name: 'Checkout repository'
139139
# Pin action to full length commit SHA
140-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
140+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
141141
with:
142142
# Specify whether to remove untracked files before checking out the repository:
143143
clean: false

.github/workflows/linux_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
# Checkout the repository:
137137
- name: 'Checkout repository'
138138
# Pin action to full length commit SHA
139-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
139+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
140140
with:
141141
# Specify whether to remove untracked files before checking out the repository:
142142
clean: false

.github/workflows/linux_test_cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
# Checkout the repository:
138138
- name: 'Checkout repository'
139139
# Pin action to full length commit SHA
140-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
140+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
141141
with:
142142
# Specify whether to remove untracked files before checking out the repository:
143143
clean: false

.github/workflows/linux_test_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
# Checkout the repository:
168168
- name: 'Checkout repository'
169169
# Pin action to full length commit SHA
170-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
170+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
171171
with:
172172
# Specify whether to remove untracked files before checking out the repository:
173173
clean: false

.github/workflows/macos_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
# Checkout the repository:
137137
- name: 'Checkout repository'
138138
# Pin action to full length commit SHA
139-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
139+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
140140
with:
141141
# Specify whether to remove untracked files before checking out the repository:
142142
clean: false

.github/workflows/macos_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
# Checkout the repository:
136136
- name: 'Checkout repository'
137137
# Pin action to full length commit SHA
138-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
138+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
139139
with:
140140
# Specify whether to remove untracked files before checking out the repository:
141141
clean: false

.github/workflows/macos_test_cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
# Checkout the repository:
137137
- name: 'Checkout repository'
138138
# Pin action to full length commit SHA
139-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
139+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
140140
with:
141141
# Specify whether to remove untracked files before checking out the repository:
142142
clean: false

.github/workflows/macos_test_npm_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
# Checkout the repository:
140140
- name: 'Checkout repository'
141141
# Pin action to full length commit SHA
142-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
142+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
143143
with:
144144
# Specify whether to remove untracked files before checking out the repository:
145145
clean: false

.github/workflows/make.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Checkout the repository:
5555
- name: 'Checkout repository'
5656
# Pin action to full length commit SHA
57-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
57+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
5858
with:
5959
# Specify whether to remove untracked files before checking out the repository:
6060
clean: true

.github/workflows/markdown_equations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Checkout the repository:
5757
- name: 'Checkout repository'
5858
# Pin action to full length commit SHA
59-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
59+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
6060
with:
6161
# Specify whether to remove untracked files before checking out the repository:
6262
clean: true

.github/workflows/markdown_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# Checkout the repository:
6767
- name: 'Checkout repository'
6868
# Pin action to full length commit SHA
69-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
69+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
7070
with:
7171
# Specify whether to remove untracked files before checking out the repository:
7272
clean: true

.github/workflows/markdown_pkg_urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Checkout the repository:
6161
- name: 'Checkout repository'
6262
# Pin action to full length commit SHA
63-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
63+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
6464
with:
6565
# Specify whether to remove untracked files before checking out the repository:
6666
clean: true

.github/workflows/markdown_related_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Checkout the repository:
5959
- name: 'Checkout repository'
6060
# Pin action to full length commit SHA
61-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
61+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
6262
with:
6363
# Specify whether to remove untracked files before checking out the repository:
6464
clean: true

.github/workflows/markdown_src_attributes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Checkout the repository:
6464
- name: 'Checkout repository'
6565
# Pin action to full length commit SHA
66-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
66+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
6767
with:
6868
# Specify whether to remove untracked files before checking out the repository:
6969
clean: true

.github/workflows/markdown_tocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Checkout the repository:
5757
- name: 'Checkout repository'
5858
# Pin action to full length commit SHA
59-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
59+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
6060
with:
6161
# Specify whether to remove untracked files before checking out the repository:
6262
clean: true

.github/workflows/namespace_declarations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Checkout the repository:
6060
- name: 'Checkout repository'
6161
# Pin action to full length commit SHA
62-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
62+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
6363
with:
6464
# Specify whether to remove untracked files before checking out the repository:
6565
clean: true

.github/workflows/namespace_exports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# Checkout the repository:
5151
- name: 'Checkout repository'
5252
# Pin action to full length commit SHA
53-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
53+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
5454
with:
5555
# Specify whether to remove untracked files before checking out the repository:
5656
clean: true

.github/workflows/npm_downloads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Checkout the repository:
5555
- name: 'Checkout repository'
5656
# Pin action to full length commit SHA
57-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
57+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
5858
timeout-minutes: 10
5959

6060
# Install Node.js:

.github/workflows/ossf_scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ jobs:
6262
# Checkout the repository:
6363
- name: 'Checkout repository'
6464
# Pin action to full length commit SHA
65-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
65+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
6666
timeout-minutes: 10
6767
with:
6868
persist-credentials: false
6969

7070
- name: "Run analysis"
7171
# Pin action to full length commit SHA
72-
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
72+
uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
7373
with:
7474
results_file: results.sarif
7575
results_format: sarif

.github/workflows/process_metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Checkout the repository:
5959
- name: 'Checkout repository'
6060
# Pin action to full length commit SHA
61-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
61+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
6262
with:
6363
# Specify whether to remove untracked files before checking out the repository:
6464
clean: false

.github/workflows/random_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# Checkout the repository:
5454
- name: 'Checkout repository'
5555
# Pin action to full length commit SHA
56-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
56+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
5757
with:
5858
# Specify whether to remove untracked files before checking out the repository:
5959
clean: true

.github/workflows/run_affected_benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# Checkout the repository:
5858
- name: 'Checkout repository'
5959
# Pin action to full length commit SHA
60-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
60+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
6161
with:
6262

6363
# Specify whether to remove untracked files before checking out the repository:

.github/workflows/run_affected_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Checkout the repository:
6060
- name: 'Checkout repository'
6161
# Pin action to full length commit SHA
62-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
62+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
6363
with:
6464
# Specify whether to remove untracked files before checking out the repository:
6565
clean: true

.github/workflows/run_affected_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
# Checkout the repository:
9595
- name: 'Checkout repository'
9696
# Pin action to full length commit SHA
97-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
97+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
9898
with:
9999
# Specify whether to remove untracked files before checking out the repository:
100100
clean: true

.github/workflows/run_tests_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
# Checkout the repository:
9595
- name: 'Checkout repository'
9696
# Pin action to full length commit SHA
97-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
97+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
9898
with:
9999
# Specify whether to remove untracked files before checking out the repository:
100100
clean: true
@@ -224,7 +224,7 @@ jobs:
224224
# Checkout coverage repository:
225225
- name: 'Checkout coverage repository'
226226
# Pin action to full length commit SHA
227-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
227+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
228228
with:
229229
# Code coverage repository:
230230
repository: 'stdlib-js/www-test-code-coverage'

.github/workflows/scaffold_pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# Checkout the current branch:
5656
- name: 'Checkout current branch'
5757
# Pin action to full length commit SHA
58-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
58+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
5959

6060
# Run the command to scaffold a package:
6161
- name: 'Scaffold package'

.github/workflows/scaffold_pkg_via_branch_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Checkout the new branch:
5050
- name: 'Checkout new branch'
5151
# Pin action to full length commit SHA
52-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
52+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
5353
with:
5454
# Refers to the branch name of the branch being pushed:
5555
ref: ${{ github.event.push.head.ref }}

.github/workflows/standalone_keepalive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Checkout the repository:
6464
- name: 'Checkout repository'
6565
# Pin action to full length commit SHA
66-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
66+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
6767
with:
6868
# Specify whether to remove untracked files before checking out the repository:
6969
clean: false

.github/workflows/standalone_publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ on:
3333
- patch
3434
- minor
3535
- major
36+
- auto
3637
dry-run:
3738
type: boolean
3839
description: 'Skip uploading packages (dry run):'
@@ -78,13 +79,13 @@ jobs:
7879
# Checkout the repository:
7980
- name: 'Checkout repository'
8081
# Pin action to full length commit SHA
81-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
82+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
8283
with:
8384
# Specify whether to remove untracked files before checking out the repository:
8485
clean: false
8586

86-
# Limit clone depth to the most recent commit:
87-
fetch-depth: 1
87+
# Fetch all history to allow for changelog generation:
88+
fetch-depth: 0
8889

8990
# Specify whether to download Git-LFS files:
9091
lfs: false

.github/workflows/standalone_publish_custom.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ on:
4848
- patch
4949
- minor
5050
- major
51+
- auto
5152
only-unpublished:
5253
type: boolean
5354
description: 'Only publish packages that have not yet been published'
@@ -85,13 +86,13 @@ jobs:
8586
# Checkout the repository:
8687
- name: 'Checkout repository'
8788
# Pin action to full length commit SHA
88-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
89+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
8990
with:
9091
# Specify whether to remove untracked files before checking out the repository:
9192
clean: false
9293

93-
# Limit clone depth to the most recent commit:
94-
fetch-depth: 1
94+
# Fetch all history to allow for changelog generation:
95+
fetch-depth: 0
9596

9697
# Specify whether to download Git-LFS files:
9798
lfs: false

0 commit comments

Comments
 (0)