Skip to content

Commit a0bacd7

Browse files
⬆️ Update actions/checkout action to v4.2.0 (#5291)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | minor | `v4.1.7` -> `v4.2.0` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4.2.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v420) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.7...v4.2.0) - Add Ref and Commit outputs by [@&#8203;lucacome](https://redirect.github.com/lucacome) in [https://github.com/actions/checkout/pull/1180](https://redirect.github.com/actions/checkout/pull/1180) - Dependency updates by [@&#8203;dependabot-](https://redirect.github.com/dependabot-) [https://github.com/actions/checkout/pull/1777](https://redirect.github.com/actions/checkout/pull/1777), [https://github.com/actions/checkout/pull/1872](https://redirect.github.com/actions/checkout/pull/1872) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/dubzzz/fast-check). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 01078ac commit a0bacd7

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

.github/workflows/build-status.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: 'Warm up Yarn cache'
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2929
- name: Using Node v20.x
3030
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
3131
id: yarn-cache
@@ -46,7 +46,7 @@ jobs:
4646
matrix:
4747
os: ['macos-latest', 'windows-latest']
4848
steps:
49-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
49+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5050
- name: Using Node v20.x
5151
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
5252
id: yarn-cache
@@ -68,7 +68,7 @@ jobs:
6868
needs: warmup_yarn_cache
6969
runs-on: ubuntu-latest
7070
steps:
71-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
71+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
7272
with:
7373
fetch-depth: 0
7474
- name: Using Node v20.x
@@ -85,7 +85,7 @@ jobs:
8585
needs: warmup_yarn_cache
8686
runs-on: ubuntu-latest
8787
steps:
88-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
88+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
8989
- name: Using Node v20.x
9090
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
9191
with:
@@ -102,7 +102,7 @@ jobs:
102102
needs: warmup_yarn_cache
103103
runs-on: ubuntu-latest
104104
steps:
105-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
105+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
106106
- name: Using Node v20.x
107107
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
108108
with:
@@ -121,7 +121,7 @@ jobs:
121121
needs: warmup_yarn_cache
122122
runs-on: ubuntu-latest
123123
steps:
124-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
124+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
125125
- name: Using Node v20.x
126126
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
127127
with:
@@ -154,7 +154,7 @@ jobs:
154154
- production_packages
155155
runs-on: ubuntu-latest
156156
steps:
157-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
157+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
158158
- name: Using Node v20.x
159159
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
160160
with:
@@ -228,7 +228,7 @@ jobs:
228228
node-version: 20.x
229229
os: 'ubuntu-latest'
230230
steps:
231-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
231+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
232232
- name: Using Node v${{matrix.node-version}}
233233
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
234234
with:
@@ -280,7 +280,7 @@ jobs:
280280
- production_packages
281281
runs-on: ubuntu-latest
282282
steps:
283-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
283+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
284284
with:
285285
fetch-depth: 0 # all history in order to be able to show last-edited-at dates
286286
lfs: true
@@ -339,7 +339,7 @@ jobs:
339339
- production_packages
340340
runs-on: ubuntu-latest
341341
steps:
342-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
342+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
343343
- name: Using Node v20.x
344344
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
345345
with:
@@ -409,7 +409,7 @@ jobs:
409409
- '4.2'
410410
# Other release channels for TypeScript
411411
steps:
412-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
412+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
413413
- name: Using Node v20.x
414414
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
415415
with:
@@ -547,7 +547,7 @@ jobs:
547547
outputs:
548548
tag_count: ${{steps.tag_count.outputs.count}}
549549
steps:
550-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
550+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
551551
with:
552552
fetch-depth: 0
553553
- id: tag_count
@@ -563,7 +563,7 @@ jobs:
563563
outputs:
564564
status: ${{steps.check_has_tag.outcome}}
565565
steps:
566-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
566+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
567567
with:
568568
fetch-depth: 0
569569
- id: check_has_tag
@@ -603,7 +603,7 @@ jobs:
603603
outputs:
604604
status: ${{steps.check_has_tag.outcome}}
605605
steps:
606-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
606+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
607607
with:
608608
fetch-depth: 0
609609
- id: check_has_tag
@@ -643,7 +643,7 @@ jobs:
643643
outputs:
644644
status: ${{steps.check_has_tag.outcome}}
645645
steps:
646-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
646+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
647647
with:
648648
fetch-depth: 0
649649
- id: check_has_tag
@@ -683,7 +683,7 @@ jobs:
683683
outputs:
684684
status: ${{steps.check_has_tag.outcome}}
685685
steps:
686-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
686+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
687687
with:
688688
fetch-depth: 0
689689
- id: check_has_tag
@@ -723,7 +723,7 @@ jobs:
723723
outputs:
724724
status: ${{steps.check_has_tag.outcome}}
725725
steps:
726-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
726+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
727727
with:
728728
fetch-depth: 0
729729
- id: check_has_tag
@@ -763,7 +763,7 @@ jobs:
763763
outputs:
764764
status: ${{steps.check_has_tag.outcome}}
765765
steps:
766-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
766+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
767767
with:
768768
fetch-depth: 0
769769
- id: check_has_tag
@@ -803,7 +803,7 @@ jobs:
803803
outputs:
804804
status: ${{steps.check_has_tag.outcome}}
805805
steps:
806-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
806+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
807807
with:
808808
fetch-depth: 0
809809
- id: check_has_tag
@@ -843,7 +843,7 @@ jobs:
843843
outputs:
844844
status: ${{steps.check_has_tag.outcome}}
845845
steps:
846-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
846+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
847847
with:
848848
fetch-depth: 0
849849
- id: check_has_tag

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2323
with:
2424
# We must fetch at least the immediate parents so that if this is
2525
# a pull request then we can checkout the head.

.github/workflows/generate-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414
pull-requests: write
1515
steps:
16-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1717
with:
1818
fetch-depth: 0
1919
- name: Configure GIT

.github/workflows/safe-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: 'Safe release'
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2525
- name: Check no package from workspace
2626
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
2727
with:

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: 'Checkout code'
35-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
35+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3636
with:
3737
persist-credentials: false
3838

0 commit comments

Comments
 (0)