Skip to content

Commit e93cbbe

Browse files
⬆️ Update actions/checkout action to v4.1.5 (#4968)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | patch | `v4.1.4` -> `v4.1.5` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4.1.5`](https://github.com/actions/checkout/releases/tag/v4.1.5) [Compare Source](https://github.com/actions/checkout/compare/v4.1.4...v4.1.5) #### What's Changed - Update NPM dependencies by [@&#8203;cory-miller](https://github.com/cory-miller) in [https://github.com/actions/checkout/pull/1703](https://github.com/actions/checkout/pull/1703) - Bump github/codeql-action from 2 to 3 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/actions/checkout/pull/1694](https://github.com/actions/checkout/pull/1694) - Bump actions/setup-node from 1 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/actions/checkout/pull/1696](https://github.com/actions/checkout/pull/1696) - Bump actions/upload-artifact from 2 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/actions/checkout/pull/1695](https://github.com/actions/checkout/pull/1695) - README: Suggest `user.email` to be `41898282+github-actions[bot]@&#8203;users.noreply.github.com` by [@&#8203;cory-miller](https://github.com/cory-miller) in [https://github.com/actions/checkout/pull/1707](https://github.com/actions/checkout/pull/1707) **Full Changelog**: actions/checkout@v4.1.4...v4.1.5 </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/dubzzz/fast-check). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3cfa142 commit e93cbbe

File tree

5 files changed

+25
-25
lines changed

5 files changed

+25
-25
lines changed

.github/workflows/build-status.yml

+21-21
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
28+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
2929
- name: Using Node v20.x
3030
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
3131
id: yarn-cache
@@ -46,7 +46,7 @@ jobs:
4646
matrix:
4747
os: ['macos-latest', 'windows-latest']
4848
steps:
49-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
49+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
5050
- name: Using Node v20.x
5151
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
71+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
7272
with:
7373
fetch-depth: 0
7474
- name: Using Node v20.x
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ubuntu-latest
8787
if: github.event_name == 'pull_request' && github.event.pull_request.user.login != 'renovate[bot]'
8888
steps:
89-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
89+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
9090
with:
9191
fetch-depth: 0
9292
- name: Using Node v20.x
@@ -103,7 +103,7 @@ jobs:
103103
needs: warmup_yarn_cache
104104
runs-on: ubuntu-latest
105105
steps:
106-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
106+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
107107
- name: Using Node v20.x
108108
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
109109
with:
@@ -120,7 +120,7 @@ jobs:
120120
needs: warmup_yarn_cache
121121
runs-on: ubuntu-latest
122122
steps:
123-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
123+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
124124
- name: Using Node v20.x
125125
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
126126
with:
@@ -139,7 +139,7 @@ jobs:
139139
needs: warmup_yarn_cache
140140
runs-on: ubuntu-latest
141141
steps:
142-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
142+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
143143
- name: Using Node v20.x
144144
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
145145
with:
@@ -172,7 +172,7 @@ jobs:
172172
- production_packages
173173
runs-on: ubuntu-latest
174174
steps:
175-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
175+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
176176
- name: Using Node v20.x
177177
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
178178
with:
@@ -246,7 +246,7 @@ jobs:
246246
node-version: 20.x
247247
os: 'ubuntu-latest'
248248
steps:
249-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
249+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
250250
- name: Using Node v${{matrix.node-version}}
251251
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
252252
with:
@@ -298,7 +298,7 @@ jobs:
298298
- production_packages
299299
runs-on: ubuntu-latest
300300
steps:
301-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
301+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
302302
with:
303303
fetch-depth: 0 # all history in order to be able to show last-edited-at dates
304304
lfs: true
@@ -357,7 +357,7 @@ jobs:
357357
- production_packages
358358
runs-on: ubuntu-latest
359359
steps:
360-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
360+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
361361
- name: Using Node v20.x
362362
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
363363
with:
@@ -429,7 +429,7 @@ jobs:
429429
- 'rc'
430430
- 'next'
431431
steps:
432-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
432+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
433433
- name: Using Node v20.x
434434
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
435435
with:
@@ -555,7 +555,7 @@ jobs:
555555
outputs:
556556
tag_count: ${{steps.tag_count.outputs.count}}
557557
steps:
558-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
558+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
559559
with:
560560
fetch-depth: 0
561561
- id: tag_count
@@ -571,7 +571,7 @@ jobs:
571571
outputs:
572572
status: ${{steps.check_has_tag.outcome}}
573573
steps:
574-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
574+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
575575
with:
576576
fetch-depth: 0
577577
- id: check_has_tag
@@ -610,7 +610,7 @@ jobs:
610610
outputs:
611611
status: ${{steps.check_has_tag.outcome}}
612612
steps:
613-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
613+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
614614
with:
615615
fetch-depth: 0
616616
- id: check_has_tag
@@ -649,7 +649,7 @@ jobs:
649649
outputs:
650650
status: ${{steps.check_has_tag.outcome}}
651651
steps:
652-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
652+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
653653
with:
654654
fetch-depth: 0
655655
- id: check_has_tag
@@ -688,7 +688,7 @@ jobs:
688688
outputs:
689689
status: ${{steps.check_has_tag.outcome}}
690690
steps:
691-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
691+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
692692
with:
693693
fetch-depth: 0
694694
- id: check_has_tag
@@ -727,7 +727,7 @@ jobs:
727727
outputs:
728728
status: ${{steps.check_has_tag.outcome}}
729729
steps:
730-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
730+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
731731
with:
732732
fetch-depth: 0
733733
- id: check_has_tag
@@ -766,7 +766,7 @@ jobs:
766766
outputs:
767767
status: ${{steps.check_has_tag.outcome}}
768768
steps:
769-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
769+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
770770
with:
771771
fetch-depth: 0
772772
- id: check_has_tag
@@ -805,7 +805,7 @@ jobs:
805805
outputs:
806806
status: ${{steps.check_has_tag.outcome}}
807807
steps:
808-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
808+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
809809
with:
810810
fetch-depth: 0
811811
- id: check_has_tag
@@ -844,7 +844,7 @@ jobs:
844844
outputs:
845845
status: ${{steps.check_has_tag.outcome}}
846846
steps:
847-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
847+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
848848
with:
849849
fetch-depth: 0
850850
- id: check_has_tag

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
22+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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

+1-1
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
16+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
1717
with:
1818
fetch-depth: 0
1919
- name: Configure GIT

.github/workflows/safe-release.yml

+1-1
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
24+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
2525
- name: Check no package from workspace
2626
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
2727
with:

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: 'Checkout code'
35-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
35+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
3636
with:
3737
persist-credentials: false
3838

0 commit comments

Comments
 (0)