Skip to content

Commit 1197fd8

Browse files
chore(deps): update actions/checkout action to v5
1 parent 674d160 commit 1197fd8

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

.github/workflows/changeset-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
!contains(github.event.pull_request.labels.*.name, 'skip changeset')
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}
2121
ssm_parameter_pairs: '/production/common/launchpad-ui/chromatic-token = CHROMATIC_TOKEN'
2222

23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
2626

.github/workflows/code-connect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}
2626
ssm_parameter_pairs: '/production/common/launchpad-ui/figma-access-token = FIGMA_ACCESS_TOKEN'
2727

28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
with:
3030
fetch-depth: 0
3131

.github/workflows/package-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Package Size
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
with:
1212
fetch-depth: 0
1313

.github/workflows/preview-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
publish:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
with:
2323
fetch-depth: 0
2424

.github/workflows/release-vscode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}
2424
ssm_parameter_pairs: '/production/common/services/vscode_marketplace/vsce_pat = VSCE_PAT'
2525

26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
with:
2828
fetch-depth: 0
2929

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
/production/common/launchpad-ui/gh-pat-token = CUSTOM_GITHUB_TOKEN,
2525
/production/common/releasing/npm/token = NODE_AUTH_TOKEN
2626
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
with:
2929
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
3030
fetch-depth: 0

.github/workflows/sync-figma.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
/production/common/launchpad-ui/figma-file-key = FIGMA_FILE_KEY,
2727
/production/common/launchpad-ui/figma-token = FIGMA_TOKEN
2828
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
with:
3131
fetch-depth: 0
3232

.github/workflows/sync-icons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
/production/common/launchpad-ui/figma-access-token = FIGMA_ACCESS_TOKEN
2222
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
2727

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
needs: [branch-info]
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
with:
3333
fetch-depth: 0
3434

@@ -56,7 +56,7 @@ jobs:
5656
needs: [branch-info]
5757
runs-on: ubuntu-latest
5858
steps:
59-
- uses: actions/checkout@v4
59+
- uses: actions/checkout@v5
6060
with:
6161
fetch-depth: 0
6262

@@ -83,7 +83,7 @@ jobs:
8383
name: Quality
8484
runs-on: ubuntu-latest
8585
steps:
86-
- uses: actions/checkout@v4
86+
- uses: actions/checkout@v5
8787
with:
8888
fetch-depth: 0
8989

0 commit comments

Comments
 (0)