Skip to content

Commit 4fd292e

Browse files
chore(deps): update actions/checkout action to v4 (#183)
[![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://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3.6.0` -> `v4.1.1` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v400) [Compare Source](https://togithub.com/actions/checkout/compare/v3...v4) - [Support fetching without the --progress option](https://togithub.com/actions/checkout/pull/1067) - [Update to node20](https://togithub.com/actions/checkout/pull/1436) </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 these updates 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/trunk-io/trunk-action). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OS4xIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e56f679 commit 4fd292e

12 files changed

+26
-26
lines changed

.github/workflows/action_tests.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
1717
path: local-action
1818

@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@v3
49+
uses: actions/checkout@v4
5050
with:
5151
path: local-action
5252

@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-latest
8181
steps:
8282
- name: Checkout
83-
uses: actions/checkout@v3
83+
uses: actions/checkout@v4
8484
with:
8585
path: local-action
8686

@@ -116,7 +116,7 @@ jobs:
116116
runs-on: ubuntu-latest
117117
steps:
118118
- name: Checkout
119-
uses: actions/checkout@v3
119+
uses: actions/checkout@v4
120120
with:
121121
path: local-action
122122

@@ -156,7 +156,7 @@ jobs:
156156
runs-on: ubuntu-latest
157157
steps:
158158
- name: Checkout
159-
uses: actions/checkout@v3
159+
uses: actions/checkout@v4
160160
with:
161161
path: local-action
162162

@@ -198,7 +198,7 @@ jobs:
198198
runs-on: ubuntu-latest
199199
steps:
200200
- name: Checkout
201-
uses: actions/checkout@v3
201+
uses: actions/checkout@v4
202202
with:
203203
path: local-action
204204

@@ -240,7 +240,7 @@ jobs:
240240
runs-on: ubuntu-latest
241241
steps:
242242
- name: Checkout
243-
uses: actions/checkout@v3
243+
uses: actions/checkout@v4
244244
with:
245245
path: local-action
246246

@@ -280,7 +280,7 @@ jobs:
280280
runs-on: ubuntu-latest
281281
steps:
282282
- name: Checkout
283-
uses: actions/checkout@v3
283+
uses: actions/checkout@v4
284284
with:
285285
path: local-action
286286

@@ -314,7 +314,7 @@ jobs:
314314
runs-on: ubuntu-latest
315315
steps:
316316
- name: Checkout
317-
uses: actions/checkout@v3
317+
uses: actions/checkout@v4
318318
with:
319319
path: local-action
320320

@@ -351,7 +351,7 @@ jobs:
351351
runs-on: ubuntu-latest
352352
steps:
353353
- name: Checkout
354-
uses: actions/checkout@v3
354+
uses: actions/checkout@v4
355355
with:
356356
path: local-action
357357

@@ -390,7 +390,7 @@ jobs:
390390
runs-on: ubuntu-latest
391391
steps:
392392
- name: Checkout
393-
uses: actions/checkout@v3
393+
uses: actions/checkout@v4
394394
with:
395395
path: local-action
396396

@@ -466,7 +466,7 @@ jobs:
466466
runs-on: ubuntu-latest
467467
steps:
468468
- name: Checkout
469-
uses: actions/checkout@v3
469+
uses: actions/checkout@v4
470470
with:
471471
path: local-action
472472

@@ -535,7 +535,7 @@ jobs:
535535

536536
steps:
537537
- name: Checkout
538-
uses: actions/checkout@v3
538+
uses: actions/checkout@v4
539539
with:
540540
path: local-action
541541

.github/workflows/annotate_pr.yaml

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

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
20+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2121

2222
- name: Trunk Check
2323
uses: ./ # external users, use: trunk-io/trunk-action@v1

.github/workflows/cache_trunk.yaml

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

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
19+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2020

2121
- name: Trunk Check
2222
uses: ./ # external users, use: trunk-io/trunk-action@v1

.github/workflows/codeql.yml

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

3535
steps:
3636
- name: Checkout repository
37-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
37+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3838

3939
# Initializes the CodeQL tools for scanning.
4040
- name: Initialize CodeQL

.github/workflows/docker_repo_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ jobs:
8181

8282
steps:
8383
- name: Checkout ${{ matrix.repo }}
84-
uses: actions/checkout@v3
84+
uses: actions/checkout@v4
8585
with:
8686
repository: ${{ matrix.repo }}
8787
ref: ${{ matrix.ref }}
8888

8989
- name: Checkout ${{ github.repository }}
90-
uses: actions/checkout@v3
90+
uses: actions/checkout@v4
9191
with:
9292
path: local-action
9393

.github/workflows/nightly.yaml

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

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
16+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1717

1818
- name: Trunk Check
1919
uses: ./ # external users, use: trunk-io/trunk-action@v1

.github/workflows/pr.yaml

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

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
18+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1919

2020
- name: Trunk Check
2121
uses: ./ # external users, use: trunk-io/trunk-action@v1

.github/workflows/repo_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,13 @@ jobs:
147147
148148
steps:
149149
- name: Checkout ${{ matrix.repo }}
150-
uses: actions/checkout@v3
150+
uses: actions/checkout@v4
151151
with:
152152
repository: ${{ matrix.repo }}
153153
ref: ${{ matrix.ref }}
154154

155155
- name: Checkout ${{ github.repository }}
156-
uses: actions/checkout@v3
156+
uses: actions/checkout@v4
157157
with:
158158
path: local-action
159159

.github/workflows/scorecard.yml

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

3131
steps:
3232
- name: Checkout code
33-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
33+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3434
with:
3535
persist-credentials: false
3636

.github/workflows/update_main_version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
tag:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323
- name: Git config

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy