Skip to content

Commit 585b2fe

Browse files
chore(deps): update actions/checkout action to v4
1 parent 08654c7 commit 585b2fe

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/check-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
image: mcr.microsoft.com/playwright:v1.33.0-jammy
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Install Node.js
1616
uses: actions/setup-node@v3

.github/workflows/chromatic-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
# 👇 Version 2 of the action
1717
- name: Checkout repository
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0 # 👈 Required to retrieve git history
2121
- uses: pnpm/action-setup@v2

.github/workflows/chromatic-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
# 👇 Version 2 of the action
1414
- name: Checkout repository
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0 # 👈 Required to retrieve git history
1818
- uses: pnpm/action-setup@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
1919
persist-credentials: false

.github/workflows/size-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Install Node.js
1616
uses: actions/setup-node@v3

.github/workflows/sync-to-azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: needs.check-env.outputs.azure-key == 'true'
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v2.7.0
27+
- uses: actions/checkout@v4.1.0
2828

2929
- name: Extract branch name
3030
shell: bash

0 commit comments

Comments
 (0)